From 0102372be12a2b0a376d1cf687379bca4fa283e5 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 12 Aug 2013 14:36:22 -0700 Subject: [PATCH] Shrink down the TOC. Have features be a subsection of summary so that the users of anvil do not have to browse through it to get started (the typical case). Change-Id: If0e1bd361f87b4310319f109479a56011e9ff2f5 --- docs/source/index.rst | 5 ++--- docs/source/topics/basics.rst | 8 -------- docs/source/topics/examples.rst | 5 ----- docs/source/topics/summary.rst | 7 +++++++ 4 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 docs/source/topics/basics.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index 50cf0254..fe8b2c2b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,11 +10,10 @@ ANVIL Documentation ---- .. toctree:: - :maxdepth: 3 + :maxdepth: 2 topics/summary - topics/features - topics/basics + topics/gettingstarted topics/docs topics/qanda topics/bugshugscode diff --git a/docs/source/topics/basics.rst b/docs/source/topics/basics.rst deleted file mode 100644 index a42419e7..00000000 --- a/docs/source/topics/basics.rst +++ /dev/null @@ -1,8 +0,0 @@ -========= -Basics -========= - -.. toctree:: - :maxdepth: 2 - - gettingstarted diff --git a/docs/source/topics/examples.rst b/docs/source/topics/examples.rst index 9cfc2f77..85be03cb 100644 --- a/docs/source/topics/examples.rst +++ b/docs/source/topics/examples.rst @@ -5,11 +5,6 @@ Examples ======== -Preparing your own ------------------- - -**See:** :ref:`getting-started` to make the right preparation. - Bootstrapping ------------- diff --git a/docs/source/topics/summary.rst b/docs/source/topics/summary.rst index 7d53116c..e0b5983c 100644 --- a/docs/source/topics/summary.rst +++ b/docs/source/topics/summary.rst @@ -22,4 +22,11 @@ The distinguishing part from devstack_ (besides being written in python and not shell), is that after building those packages (currently rpms) the same packages can be used later (or at the same time) to actually deploy at a larger scale with. +---- + +.. toctree:: + + features + + .. _devstack: http://www.devstack.org/