diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-06-07 18:41:18 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-06-08 09:54:25 +0200 |
commit | bab676248b10783f51fd2286f8f325bc4927a685 (patch) | |
tree | 06fa046a4588b9e60a0f18e0f25ffdec7359a8db /doc/user/index.rst | |
parent | doc: update EXTRA_DIST (diff) | |
download | frr-bab676248b10783f51fd2286f8f325bc4927a685.tar.xz frr-bab676248b10783f51fd2286f8f325bc4927a685.zip |
doc: remove :caption: from toctree
Older versions of Sphinx don't support toctree captions, so we can't use
them yet unfortunately.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/index.rst | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/user/index.rst b/doc/user/index.rst index cec9c2923..a8109fe47 100644 --- a/doc/user/index.rst +++ b/doc/user/index.rst @@ -1,19 +1,24 @@ -#################### FRRouting User Guide -#################### +==================== + +############ +Introduction +############ .. _introduction: .. toctree:: - :caption: Introduction :maxdepth: 2 overview installation setup +###### +Basics +###### + .. _basics: .. toctree:: - :caption: Basics :maxdepth: 2 basic @@ -25,9 +30,12 @@ FRRouting User Guide snmp .. modules +######### +Protocols +######### + .. _protocols: .. toctree:: - :caption: Protocols :maxdepth: 2 zebra @@ -45,9 +53,12 @@ FRRouting User Guide sharp vnc +######## +Appendix +######## + .. _appendix: .. toctree:: - :caption: Appendix :maxdepth: 2 bugs |