From 84ce2f1c9b0e2aaba95015aea8ed9acaacb62e1b Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 9 May 2017 07:35:08 -0400 Subject: [PATCH] add a table of contents Add a table of contents help readers find the information they need without having to read all of the prose on every page. Remove the site-map file, which doesn't appear to be linked anywhere. Change-Id: Ib5761c9cfdd5a083df562413d727cb4ac7547c9e Signed-off-by: Doug Hellmann --- doc/source/index.rst | 9 +++++++++ doc/source/site-map.rst | 24 ------------------------ 2 files changed, 9 insertions(+), 24 deletions(-) delete mode 100644 doc/source/site-map.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index cbd697112a..47087c5a0b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -142,3 +142,12 @@ services, features, and configuration not present in base devstack. Get :doc:`the big picture ` of what we are trying to do with devstack, and help us by :doc:`contributing to the project `. + +Contents +-------- + +.. toctree:: + :glob: + :maxdepth: 2 + + * diff --git a/doc/source/site-map.rst b/doc/source/site-map.rst deleted file mode 100644 index 022cc73959..0000000000 --- a/doc/source/site-map.rst +++ /dev/null @@ -1,24 +0,0 @@ -:orphan: - -.. the TOC on the front page actually makes the document a lot more - confusing. This lets us bury a toc which we can link in when - appropriate. - -========== - Site Map -========== - -.. toctree:: - :glob: - :maxdepth: 3 - - overview - configuration - networking - plugins - plugin-registry - faq - development - hacking - guides - systemd