From fdcd152080fba7dd7a93df4919c8553dd48d0851 Mon Sep 17 00:00:00 2001 From: Spyros Trigazis Date: Fri, 18 Nov 2016 16:06:18 +0100 Subject: [PATCH] Add pre-ocata and ocata index We need to add the specs directories in the index file. Change-Id: I94bb6393c2ed5c428c353eae3e38bc17d96e3393 --- doc/source/index.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 6907e08..a292f3b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -6,11 +6,21 @@ magnum-specs Design Specifications ================================================== +Ocata approved specs: + .. toctree:: :glob: :maxdepth: 2 - specs/* + specs/ocata/* + +Pre-Ocata implemented specs: + +.. toctree:: + :glob: + :maxdepth: 2 + + specs/pre-ocata/implemented/* magnum-specs Repository Information