project document refactoring 77/17677/1
authorMatthewLi <matthew.lijun@huawei.com>
Thu, 28 Jul 2016 07:29:14 +0000 (03:29 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Thu, 28 Jul 2016 07:30:09 +0000 (03:30 -0400)
JIRA: BOTTLENECK-88

Change-Id: I393987a9c1711d25585819176ee9b014a713cf4a
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
docs/bottlenecks_brahmaputra_docs/index.rst [deleted file]
docs/configguide/index.rst [new file with mode: 0644]
docs/configguide/introduction.rst [moved from docs/bottlenecks_brahmaputra_docs/configguide/introduction.rst with 100% similarity]
docs/images/example.png [moved from docs/bottlenecks_brahmaputra_docs/images/example.png with 100% similarity]
docs/templates/bottlenecks_test_result.rst [moved from docs/bottlenecks_brahmaputra_docs/templates/bottlenecks_test_result.rst with 100% similarity]
docs/userguide/index.rst [new file with mode: 0644]
docs/userguide/rubbos/rubbos_installation.rst [moved from docs/bottlenecks_brahmaputra_docs/userguide/rubbos/rubbos_installation.rst with 100% similarity]
docs/userguide/vstf/vstf_installation.rst [moved from docs/bottlenecks_brahmaputra_docs/userguide/vstf/vstf_installation.rst with 100% similarity]

diff --git a/docs/bottlenecks_brahmaputra_docs/index.rst b/docs/bottlenecks_brahmaputra_docs/index.rst
deleted file mode 100644 (file)
index 6eaabc1..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-*******************
-Bottlenecks Project
-*******************
-
-.. toctree::
-   :numbered:
-   :maxdepth: 5
-
-   configguide/introduction.rst
-   configguide/bottlenecks_definition.rst
-   images/example.png
-   userguide/rubbos/rubbos_installation.rst
-   userguide/vstf/vstf_installation.rst
-   templates/bottlenecks_test_result.rst
-   templates/bottlenecks_vstf_testcase_template.rst
diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst
new file mode 100644 (file)
index 0000000..86c4764
--- /dev/null
@@ -0,0 +1,12 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International
+.. License.
+.. http://creativecommons.org/licenses/by/4.0
+
+*****************************
+Bottlenecks - configureguide
+*****************************
+
+.. toctree::
+   :maxdepth: 2
+
+   ./introduction.rst   
diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst
new file mode 100644 (file)
index 0000000..56330d3
--- /dev/null
@@ -0,0 +1,15 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+**************************
+Bottlenecks - user guide
+**************************
+
+.. This index.rst file is used to structure and organise the content in these directories.
+.. The documentation toolchain will create web and pdf versions of the content of this file.
+
+.. toctree::
+   :maxdepth: 2
+
+   ./rubbos/rubbos_installation.rst
+   ./vstf/vstf_installation.rst