Skip to content

Commit 8f11238

Browse files
authored
Merge pull request #818 from julianz-/fix-docs-toc
Remove redundant ToC from docs homepage
2 parents 0baf7e0 + b24f319 commit 8f11238

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Removed the redundant table of contents from the documentation home page.
2+
3+
Previously the table of contents appeared twice on the :doc:`docs home page
4+
<index>` -- both in the left hand selection panel and in the main contents next to it.
5+
6+
-- by :user:`julianz-`

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,25 @@ Welcome to Cheroot documentation!
66
.. toctree::
77
:maxdepth: 1
88
:glob:
9+
:hidden:
910

1011
history
1112

1213
.. toctree::
1314
:caption: Contributing
15+
:hidden:
1416

1517
contributing/guidelines
1618

1719
.. toctree::
1820
:caption: Maintenance
21+
:hidden:
1922

2023
contributing/release_guide
2124

2225
.. toctree::
2326
:caption: Reference
27+
:hidden:
2428

2529
devguide
2630
Private (dev) API autodoc <pkg/modules>

0 commit comments

Comments
 (0)