diff options
author | ulik <ulrich.kleber@huawei.com> | 2016-01-28 12:24:29 +0100 |
---|---|---|
committer | ulik <ulrich.kleber@huawei.com> | 2016-01-28 12:27:44 +0100 |
commit | 5816766e8a23c6d6dda2730c02d34270c8f7f012 (patch) | |
tree | 9ea5329f1c12a59ba8be422c89495a18d610fb97 /docs/platformoverview/index.rst | |
parent | b42da50a1662f2424aa9e6593d7283e735b64c93 (diff) |
Platformoverview structured in separate files per section and added some content
Jira: DOCS-42
Next step to create platform overview document.
Proper use of index.rst, separate files per major section.
Started to provide content.
Change-Id: I542ae1ed334d9832bbed24926213ce651d2ae4ce
Signed-off-by: ulik <ulrich.kleber@huawei.com>
Diffstat (limited to 'docs/platformoverview/index.rst')
-rw-r--r-- | docs/platformoverview/index.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/platformoverview/index.rst b/docs/platformoverview/index.rst index 44a48e573..6f01e571a 100644 --- a/docs/platformoverview/index.rst +++ b/docs/platformoverview/index.rst @@ -10,15 +10,14 @@ OPNFV Platform Overview document Contents: .. toctree:: - :maxdepth: 4 - - platformoverview.rst - + :maxdepth: 2 + ./introduction.rst + ./softwarearchitecture.rst + ./deploymenttools.rst + ./testcasesframework.rst Indices and tables ================== -* :ref:`genindex` -* :ref:`modindex` * :ref:`search` |