Skip to content

Commit fc24bbe

Browse files
committed
docs/index: use the caption toctree argument
this makes it so that the caption is shown on the sidebar, and clearly separate the user and dev documentation
1 parent 4a06009 commit fc24bbe

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/source/index.rst

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ Welcome to the CS-Studio/Phoebus Documentation!
88

99
.. image:: splash.png
1010

11-
User Documentation:
12-
1311
.. toctree::
1412
:maxdepth: 1
13+
:caption: User Documentation
1514

1615
intro
1716
running
@@ -24,10 +23,9 @@ User Documentation:
2423
services
2524
services_architecture
2625

27-
Developer Documentation:
28-
2926
.. toctree::
3027
:maxdepth: 1
28+
:caption: Developer Documentation
3129

3230
develop
3331
phoebus_product
@@ -41,11 +39,3 @@ Developer Documentation:
4139
trouble_shooting
4240
eclipse_debugging
4341
gui_testing
44-
45-
Appendix
46-
========
47-
48-
* :ref:`genindex`
49-
* :ref:`modindex`
50-
* :ref:`search`
51-

0 commit comments

Comments
 (0)