From 675043ddbbb694323b2123530f286273de1446f9 Mon Sep 17 00:00:00 2001 From: Jay Dobies Date: Wed, 7 Oct 2015 10:12:43 -0400 Subject: [PATCH] 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 --- doc/source/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 34ff0599..87983007 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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/*