Reorganize existing documents 61/23261/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 18 Oct 2016 06:45:01 +0000 (14:45 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 18 Oct 2016 06:45:01 +0000 (14:45 +0800)
- Align document structure with Colorado release
- follow convention used in "Python’s Style Guide for documentating"[1]

[1] https://docs.python.org/devguide/documenting.html#sections

Change-Id: Idee6ad6e68a35e3fd84ec36de480722e0259011b
JIRA: QTIP-117
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
13 files changed:
docs/configguide/configuration.rst
docs/configguide/index.rst
docs/download/sample_config.yaml [moved from docs/templates/sample_config.yaml with 100% similarity]
docs/overview/index.rst [moved from docs/templates/index.rst with 63% similarity]
docs/overview/overview.rst [moved from docs/userguide/overview.rst with 97% similarity]
docs/userguide/_01-compute.rst [moved from docs/userguide/01-compute.rst with 98% similarity]
docs/userguide/_02-network.rst [moved from docs/userguide/02-network.rst with 98% similarity]
docs/userguide/_03-storage.rst [moved from docs/userguide/03-storage.rst with 96% similarity]
docs/userguide/_testcase_description.rst [moved from docs/templates/testcase_description_v2_template.rst with 96% similarity]
docs/userguide/annex.rst [new file with mode: 0644]
docs/userguide/benchmark-suites.rst [new file with mode: 0644]
docs/userguide/index.rst
docs/userguide/introduction.rst

index a9bb6b1..e522854 100644 (file)
@@ -3,9 +3,9 @@
 .. (c) 2015 Dell Inc.
 .. (c) 2016 ZTE Corp.
 
-
-Qtip configuration
-==================
+*************
+Configuration
+*************
 
 QTIP currently supports by using a Docker image or by pulling the repo from
 the upstream repository found at https://git.opnfv.org/qtip. Detailed steps
index e8b6f4e..291a809 100644 (file)
@@ -3,9 +3,10 @@
 .. (c) 2015 Dell Inc.
 .. (c) 2016 ZTE Corp.
 
-****************
-QTIP Configguide
-****************
+
+=================
+QTIP Config Guide
+=================
 
 .. toctree::
    :maxdepth: 2
similarity index 63%
rename from docs/templates/index.rst
rename to docs/overview/index.rst
index 1a8bc64..731b8d4 100644 (file)
@@ -1,13 +1,13 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
-.. (c) 2015 Dell Inc.
 .. (c) 2016 ZTE Corp.
 
-**************
-QTIP Templates
-**************
+
+=====================
+QTIP Project Overview
+=====================
 
 .. toctree::
    :maxdepth: 2
 
-   ./testcase_description_v2_template.rst
+   ./overview.rst
similarity index 97%
rename from docs/userguide/overview.rst
rename to docs/overview/overview.rst
index 82b7de9..aa09c7c 100644 (file)
@@ -3,10 +3,9 @@
 .. (c) 2015 Dell Inc.
 .. (c) 2016 ZTE Corp.
 
-
-********
+========
 Overview
-********
+========
 
 .. _QTIP: https://wiki.opnfv.org/platform_performance_benchmarking
 
similarity index 98%
rename from docs/userguide/01-compute.rst
rename to docs/userguide/_01-compute.rst
index 7a2f09f..7cd4c2c 100644 (file)
@@ -4,9 +4,8 @@
 .. (c) 2016 ZTE Corp.
 
 
-Compute test cases
-==================
-
+Compute Suite
+=============
 
 Introduction
 ------------
similarity index 98%
rename from docs/userguide/02-network.rst
rename to docs/userguide/_02-network.rst
index c556642..13697ab 100644 (file)
@@ -4,8 +4,8 @@
 .. (c) 2016 ZTE Corp.
 
 
-Network test cases
-==================
+Network Suite
+=============
 
 QTIP uses IPerf3 as the main tool for testing the network throughput.
 There are three tests that are run through the QTIP framework.
similarity index 96%
rename from docs/userguide/03-storage.rst
rename to docs/userguide/_03-storage.rst
index ea3bb4f..b149043 100644 (file)
@@ -4,8 +4,8 @@
 .. (c) 2016 ZTE Corp.
 
 
-Storage test cases
-==================
+Storage Suite
+=============
 
 The QTIP benchmark suite aims to evaluate storage components within an OPNFV platform.
 For Brahamaputra release, FIO would evaluate File System performance for the host machine.
@@ -4,9 +4,8 @@
    Upload the .rst for the test case in /docs/ directory.
    Review in Gerrit.
 
-*************************************
-QTIP Test Case Description TCXXX
-*************************************
+Test Case Description
+=====================
 
 +-----------------------------------------------------------------------------+
 |test case slogan e.g. Network throughput                                     |
diff --git a/docs/userguide/annex.rst b/docs/userguide/annex.rst
new file mode 100644 (file)
index 0000000..406d513
--- /dev/null
@@ -0,0 +1,19 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2016 ZTE Corp.
+
+
+*****
+Annex
+*****
+
+Templates
+=========
+
+.. include:: _testcase_description.rst
+
+
+Downloads
+=========
+
+- :download:`Sample configuration <../download/sample_config.yaml>`
\ No newline at end of file
diff --git a/docs/userguide/benchmark-suites.rst b/docs/userguide/benchmark-suites.rst
new file mode 100644 (file)
index 0000000..9a3929c
--- /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
+.. (c) 2016 ZTE Corp.
+
+
+****************
+Benchmark Suites
+****************
+
+.. include:: _01-compute.rst
+.. include:: _02-network.rst
+.. include:: _03-storage.rst
index 202bf66..3032f35 100644 (file)
@@ -4,18 +4,13 @@
 .. (c) 2016 ZTE Corp.
 
 
-**************
-QTIP Userguide
-**************
-
-Colorado 1.0
-------------
+===============
+QTIP User Guide
+===============
 
 .. toctree::
    :maxdepth: 2
 
-   ./overview.rst
    ./introduction.rst
-   ./01-compute.rst
-   ./02-network.rst
-   ./03-storage.rst
+   ./benchmark-suites.rst
+   ./annex.rst
index b874ea4..2655347 100644 (file)
@@ -4,9 +4,9 @@
 .. (c) 2016 ZTE Corp.
 
 
-*****************
-Qtip Introduction
-*****************
+************
+Introduction
+************
 
 This guide will serve as a first step to familiarize the user with how to
 run QTIP the first time when the user clones QTIP on to their host machine.