From 49f603a32d75bfaa90f264a0bb23dc07d8754943 Mon Sep 17 00:00:00 2001 From: barrust Date: Wed, 3 Jan 2024 20:06:11 -0500 Subject: [PATCH] attempt to hide the toctree --- docs/source/conf.py | 9 ++++++++- docs/source/index.rst | 7 +++++++ docs/source/quickstart.rst | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8364f83..cd6328b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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, diff --git a/docs/source/index.rst b/docs/source/index.rst index bbb98e5..acee018 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,6 +2,13 @@ .. include:: ../../README.rst +.. toctree:: + :hidden: + + code + quickstart + + Read More ================== diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 61ba813..d97552e 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -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