diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-05-09 22:09:13 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-05-09 22:09:13 +0800 |
commit | d96880a9d452d3e3b209e6a08c0c14984873d7e2 (patch) | |
tree | 71b310b5ce89f233c9ad8140c1eba475a4e4151c | |
parent | 28769eb7866a0fd362dd68e9ea545a82f136c679 (diff) |
Include index files in master doc
some files were missing because we manually maintain the root index and it
is out of sync with the child index
Change-Id: If26474952931bfbfb9c7c2acf8331cbd54a1ccec
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rw-r--r-- | docs/index.rst | 44 |
1 files changed, 4 insertions, 40 deletions
diff --git a/docs/index.rst b/docs/index.rst index 69f2d951..17ed58d8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,43 +13,7 @@ for performance, simple but supported by comprehensive testing data and transpar .. _QTIP: https://wiki.opnfv.org/display/qtip .. _OPNFV: https://www.opnfv.org/ - -Release Notes -============= - -.. toctree:: - :maxdepth: 2 - - release/release-notes/danube.rst - release/release-notes/brahmaputra.rst - -Installation -============ - -.. toctree:: - :maxdepth: 2 - - testing/user/configguide/configuration.rst - -User Guide -========== - -.. toctree:: - :maxdepth: 2 - - testing/user/userguide/overview.rst - testing/user/userguide/cli.rst - testing/user/userguide/api.rst - testing/user/userguide/compute.rst - -Developer Guide -=============== - -.. toctree:: - :maxdepth: 2 - - testing/developer/devguide/overview.rst - testing/developer/devguide/arch.rst - testing/developer/devguide/cli.rst - testing/developer/devguide/api.rst - testing/developer/devguide/compute-qpi.rst +.. include:: release/release-notes/index.rst +.. include:: testing/user/configguide/index.rst +.. include:: testing/user/userguide/index.rst +.. include:: testing/developer/devguide/index.rst |