Make index.rst usable

* Update to reflect new directory structure
* Drop maxdepth to 1, to make the page smaller, otherwise the index will
  include links to each section of each blueprint. And since each
  section will have the same name across bluepints this is useless.

Change-Id: I2a5d94ae26002a884033d27881394a795592fe3f
This commit is contained in:
Joe Gordon 2014-03-27 15:54:35 -07:00
parent c3214cb8eb
commit 1028ec937f
1 changed files with 3 additions and 11 deletions

View File

@ -8,7 +8,7 @@ Contents:
.. toctree::
:glob:
:maxdepth: 3
:maxdepth: 1
specs/*
@ -16,17 +16,9 @@ Juno approved specs:
.. toctree::
:glob:
:maxdepth: 2
:maxdepth: 1
specs/juno/approved/*
Juno implemented specs:
.. toctree::
:glob:
:maxdepth: 2
specs/juno/implemented/*
specs/juno/*
==================
Indices and tables