Skip to content

Commit

Permalink
attempt to hide the toctree
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Jan 4, 2024
1 parent d2b0b89 commit 49f603a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,14 @@
# further. For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}

html_theme_options = {
"collapse_navigation": True,
"sticky_navigation": True,
"navigation_depth": 4,
"includehidden": True,
"titles_only": False,
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
7 changes: 7 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
.. include:: ../../README.rst


.. toctree::
:hidden:

code
quickstart


Read More
==================

Expand Down
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ tracks the number of times a fingerprint has been added to the filter.


Quotient Filters
-------------
----------------

Quotient Filters provide set operations of large datasets while being relatively
small in memory footprint. They provide a zero percent false negative rate and a
Expand Down

0 comments on commit 49f603a

Please sign in to comment.