Skip to content

Commit 67059d8

Browse files
committed
doc: Limit toc depth to 2 on manpage overview
Doesn't look good if every Arguments list of every subcommand of every command is listed here for the manpages generated from argparse. Signed-off-by: Jonas Rebmann <[email protected]>
1 parent 616265d commit 67059d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/man.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Manual Pages
22
============
33

44
.. toctree::
5+
:maxdepth: 2
6+
57
man/client
68
man/coordinator
79
man/device-config

0 commit comments

Comments
 (0)