Further reduced the index toctree depth

The index was still pretty unwieldy. Each spec itself offers a sidebar
with links to the specific sections, so reducing the maxdepth to 1
doesn't make navigation much more difficult. The benefit is a much
easier to skim through list of specs.

Change-Id: I27a68c32392ec05e683bf093304ed41dce6f19f2
This commit is contained in:
Jay Dobies 2015-10-07 10:12:43 -04:00
parent f5340e3b6f
commit 675043ddbb
1 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ Juno
----
.. toctree::
:glob:
:maxdepth: 2
:maxdepth: 1
specs/juno/*
@ -13,7 +13,7 @@ Kilo
----
.. toctree::
:glob:
:maxdepth: 2
:maxdepth: 1
specs/kilo/*
@ -21,7 +21,7 @@ Liberty
-------
.. toctree::
:glob:
:maxdepth: 2
:maxdepth: 1
specs/liberty/*
@ -29,7 +29,7 @@ Mitaka
------
.. toctree::
:glob:
:maxdepth: 2
:maxdepth: 1
specs/mitaka/*