Update according DOCS 47/18847/3
authorJulien <zhang.jun3g@zte.com.cn>
Wed, 17 Aug 2016 14:59:18 +0000 (22:59 +0800)
committerJulien <zhang.jun3g@zte.com.cn>
Mon, 22 Aug 2016 02:37:24 +0000 (10:37 +0800)
Each path use a index.rst file to include all the rst files:
1). Add missing index.rst
2). Rename some file to index.rst
3). Ude a index.rst to include all the community labs(currently all
    the labs are at the top level)

Change-Id: I9bb6903328a8d445121982dd662df9eeceb23ff5
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
docs/configguide/index.rst [moved from docs/configguide/pharosconfig.rst with 100% similarity]
docs/index.rst
docs/information/index.rst [new file with mode: 0644]
docs/information/pharos.rst
docs/lab-description/index.rst [moved from docs/lab-description/templates.rst with 98% similarity]
docs/labs/index.rst [new file with mode: 0755]
docs/labs/ool/index.rst [moved from docs/labs/ool/ool.rst with 100% similarity]
docs/labs/orange-paris-lab/index.rst [moved from docs/labs/orange-paris-lab/orange_paris.rst with 100% similarity]
docs/labs/zte-nj-lab/index.rst [moved from docs/labs/zte-nj-lab/zte-nj.rst with 100% similarity]
docs/labs/zte-sh-lab/index.rst [moved from docs/labs/zte-sh-lab/zte-sh.rst with 100% similarity]

index 36b48f5..94844fa 100755 (executable)
@@ -17,19 +17,12 @@ OPNFV Community Lab Infrastructure
    :maxdepth: 3
    :numbered: 3
 
-   ./information/pharos.rst
-   ./specification/pharosspec.rst
-   ./lab-description/templates.rst
-   ./configguide/pharosconfig.rst
-   ./labs/Dell.rst
-   ./labs/huawei-us-lab/huawei-us-lab.rst
-   ./labs/ool/ool.rst
-   ./labs/orange-paris-lab/orange_paris.rst
-   ./labs/spirent.rst
-   ./labs/zte-nj-lab/zte-nj.rst
-   ./labs/zte-sh-lab/zte-sh.rst
+   ./information/index.rst
+   ./specification/index.rst
+   ./lab-description/index.rst
+   ./configguide/index.rst
+   ./labs/index.rst
 
 Indices
 =======
 * :ref:`search`
-
diff --git a/docs/information/index.rst b/docs/information/index.rst
new file mode 100644 (file)
index 0000000..0311526
--- /dev/null
@@ -0,0 +1,14 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2016 OPNFV.
+
+
+**************************
+Pharos Project Information
+**************************
+
+
+.. toctree::
+   :maxdepth: 2
+
+   ./pharos.rst
index 24e46d9..3a250c5 100644 (file)
@@ -2,13 +2,6 @@
 .. http://creativecommons.org/licenses/by/4.0
 .. (c) 2016 OPNFV.
 
-.. OPNFV Pharos Project Information file.
-
-.. _pharos_information:
-
-**************************
-Pharos Project Information
-**************************
 
 Introduction
 ------------
similarity index 98%
rename from docs/lab-description/templates.rst
rename to docs/lab-description/index.rst
index 33cc555..1dfacc8 100644 (file)
@@ -21,6 +21,7 @@ This is the "POD inventory" common format file.
 
 
 .. toctree::
+   :maxdepth: 2
 
    ./lab_description.rst
    ./pod_description.rst
diff --git a/docs/labs/index.rst b/docs/labs/index.rst
new file mode 100755 (executable)
index 0000000..2d6ece4
--- /dev/null
@@ -0,0 +1,20 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2016 OPNFV.
+
+
+=====================
+PHAROS Community Labs
+=====================
+
+
+.. toctree::
+   :maxdepth: 2
+
+   ./Dell.rst
+   ./huawei-us-lab/huawei-us-lab.rst
+   ./ool/index.rst
+   ./orange-paris-lab/index.rst
+   ./spirent.rst
+   ./zte-nj-lab/index.rst
+   ./zte-sh-lab/index.rst