Fix table of contents in the RTD generated stuff 18/1418/1
authorE. Scott Daniels <daniels@research.att.com>
Fri, 8 Nov 2019 13:30:44 +0000 (08:30 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 8 Nov 2019 13:30:44 +0000 (08:30 -0500)
The table of contents has been shortened to list only
document names and not a hammering of section titles.

The release notes is the only exception, and they have
been broken out into a second list.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I04fa2af21b78bf4eb28f920c29bb5b1bd8a74d35

docs/index.rst

index 361e011..e71fb23 100644 (file)
@@ -12,13 +12,19 @@ RIC Message Router -- RMR
 
 
 .. toctree::
-   :maxdepth: 2
-   :caption: Contents:
+   :maxdepth: 1
+   :caption: Documents:
 
    overview.rst
    config-deploy.rst
    user-guide.rst
    developer-guide.rst
+
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Misc:
+
    rel-notes.rst
 
 * :ref:`search`