From ebd9b8f9773bfcded80783e619577f8ec0b9f456 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Tue, 12 Jan 2016 09:47:45 -0430 Subject: [PATCH] Use a section for the server and the client Instead of splitting specs per cycle, let the index point to the cycle index and use 2 sections: one for Glance and another for glanceclient. Change-Id: I7959a2128b9e3b3cd92e03b125052db85c97a9cf --- doc/source/index.rst | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 4d036196..e17a3ed6 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -20,31 +20,18 @@ discussions: Specifications ============== -Juno approved specs: +Glance specs: .. toctree:: :glob: :maxdepth: 1 specs/juno/index - -Kilo approved specs: - -.. toctree:: - :glob: - :maxdepth: 1 - specs/kilo/index - -Liberty approved specs: - -.. toctree:: - :glob: - :maxdepth: 1 - specs/liberty/index + specs/mitaka/* -Client approved specs: +Client specs: .. toctree:: :glob: @@ -52,13 +39,7 @@ Client approved specs: specs/glanceclient/* -Mitaka approved specs: - -.. toctree:: - :glob: - :maxdepth: 1 - - specs/mitaka/* + ==================== Image service V2 API