From 91a983a493f7ca67d62f337b53d3ef915f8a47c8 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Fri, 25 May 2018 13:27:54 -0500 Subject: [PATCH] Refine Section Index Scheme Issue-ID: AAF-328 Change-Id: I3fe12b01ad3bbb9035679fcf5723d2d4c93deaf5 Signed-off-by: Instrumental --- docs/index.rst | 9 ++++++--- docs/sections/architecture/index.rst | 12 ++++++++++++ docs/sections/{ => configuration}/index.rst | 18 +----------------- docs/sections/installation/index.rst | 12 ++++++++++++ 4 files changed, 31 insertions(+), 20 deletions(-) create mode 100644 docs/sections/architecture/index.rst rename docs/sections/{ => configuration}/index.rst (59%) create mode 100644 docs/sections/installation/index.rst diff --git a/docs/index.rst b/docs/index.rst index ee4eef0e..dacc9d06 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,11 +17,14 @@ Sections ++++++++ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :glob: - sections/* - + sections/architecture/index + sections/installation/index + sections/configuration/index + sections/logging + sections/release-notes Introduction ------------ diff --git a/docs/sections/architecture/index.rst b/docs/sections/architecture/index.rst new file mode 100644 index 00000000..5a20f2d1 --- /dev/null +++ b/docs/sections/architecture/index.rst @@ -0,0 +1,12 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright © 2017 AT&T Intellectual Property. All rights reserved. + +Architecture +============ +.. toctree:: + :maxdepth: 2 + :glob: + + * + diff --git a/docs/sections/index.rst b/docs/sections/configuration/index.rst similarity index 59% rename from docs/sections/index.rst rename to docs/sections/configuration/index.rst index 88c1db9b..cc65cad3 100644 --- a/docs/sections/index.rst +++ b/docs/sections/configuration/index.rst @@ -2,27 +2,11 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright © 2017 AT&T Intellectual Property. All rights reserved. -Architecture -============ -.. toctree:: - :maxdepth: 2 - :glob: - - architecture/* - -Installation -============== -.. toctree:: - :maxdepth: 2 - :glob: - - installation/* - Configuration ============= .. toctree:: :maxdepth: 2 :glob: - configuration/* + * diff --git a/docs/sections/installation/index.rst b/docs/sections/installation/index.rst new file mode 100644 index 00000000..a3aeddec --- /dev/null +++ b/docs/sections/installation/index.rst @@ -0,0 +1,12 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright © 2017 AT&T Intellectual Property. All rights reserved. + +Installation +============ +.. toctree:: + :maxdepth: 2 + :glob: + + * + -- 2.16.6