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
This commit is contained in:
Joshua Harlow 2013-08-12 14:36:22 -07:00
parent 8ddf934a91
commit 0102372be1
4 changed files with 9 additions and 16 deletions

View File

@ -10,11 +10,10 @@ ANVIL Documentation
---- ----
.. toctree:: .. toctree::
:maxdepth: 3 :maxdepth: 2
topics/summary topics/summary
topics/features topics/gettingstarted
topics/basics
topics/docs topics/docs
topics/qanda topics/qanda
topics/bugshugscode topics/bugshugscode

View File

@ -1,8 +0,0 @@
=========
Basics
=========
.. toctree::
:maxdepth: 2
gettingstarted

View File

@ -5,11 +5,6 @@
Examples Examples
======== ========
Preparing your own
------------------
**See:** :ref:`getting-started` to make the right preparation.
Bootstrapping Bootstrapping
------------- -------------

View File

@ -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 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. can be used later (or at the same time) to actually deploy at a larger scale with.
----
.. toctree::
features
.. _devstack: http://www.devstack.org/ .. _devstack: http://www.devstack.org/