We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0baf7e0 + b24f319 commit 8f11238Copy full SHA for 8f11238
2 files changed
docs/changelog-fragments.d/818.doc.rst
@@ -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
@@ -6,21 +6,25 @@ Welcome to Cheroot documentation!
.. toctree::
7
:maxdepth: 1
8
:glob:
9
+ :hidden:
10
11
history
12
13
14
:caption: Contributing
15
16
17
contributing/guidelines
18
19
20
:caption: Maintenance
21
22
23
contributing/release_guide
24
25
26
:caption: Reference
27
28
29
devguide
30
Private (dev) API autodoc <pkg/modules>
0 commit comments