From f5340e3b6feb7e0b34f2bfb4a14b943d2eccbfbb Mon Sep 17 00:00:00 2001 From: Jay Dobies Date: Tue, 6 Oct 2015 14:05:16 -0400 Subject: [PATCH] Organized specs by release The spec index page was getting very long with both the toctree depth and no differentiation between releases. This change adds simple section headers to separate the spec lists by release and decreases the depth of the toc (very few third level sections offered any useful information). Change-Id: I1c0aedc31010be825e4ad0b18540475f77b723db --- doc/source/index.rst | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 1e02e2e1..34ff0599 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,13 +1,36 @@ heat-specs Design Specifications ================================ +Juno +---- .. toctree:: :glob: - :maxdepth: 3 + :maxdepth: 2 specs/juno/* + +Kilo +---- +.. toctree:: + :glob: + :maxdepth: 2 + specs/kilo/* + +Liberty +------- +.. toctree:: + :glob: + :maxdepth: 2 + specs/liberty/* + +Mitaka +------ +.. toctree:: + :glob: + :maxdepth: 2 + specs/mitaka/*