script: gather user guides automatically 73/9973/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 15 Feb 2016 05:21:00 +0000 (14:21 +0900)
committerRyota Mibu <r-mibu@cq.jp.nec.com>
Mon, 15 Feb 2016 12:36:31 +0000 (12:36 +0000)
Change-Id: I80d0666c4eca809bba42a5cf03d294c4c05bdf99
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
(cherry picked from commit 8b29f1d89a38a37bfbe6d9a3631f641e11c8694a)

build-composite.sh
docs/userguide/feature-usage.rst
docs/userguide/test-usage.rst

index 8e4c75e..804805e 100755 (executable)
@@ -76,10 +76,10 @@ echo
 targets="
 configguide/installer-config.rst
 configguide/feature-config.rst
+userguide/test-usage.rst
+userguide/feature-usage.rst
 "
-# configguide/postinatall.rst
-# userguide/feature-usage.rst
-# userguide/test-usage.rst
+# configguide/post-install.rst
 for guide in $targets
 do
     mainfile="$WORKSPACE/docs/$guide"
index 8484a7b..236dd7a 100644 (file)
@@ -10,8 +10,4 @@ The following sections of the user guide provide feature specific usage guidelin
 Providing users the necessary information to leveraging the features in the platform,
 some operation in this section may refer back to the guides in the general system usage section.
 
-.. include:: ../projects/copper/userguide/userguide.rst
-.. include:: ../projects/doctor/userguide/userguide.rst
-.. include:: ../projects/ipv6/userguide/userguide.rst
-.. include:: ../projects/promise/userguide/userguide.rst
-
+.. <project>/docs/userguide/featureusage.rst files will be imported below by the build script.
index aa2ad96..f9299a0 100644 (file)
@@ -12,7 +12,4 @@ system testing, automated deployment validation and performance charecteristics
 The following sections outline how to use the test projects delivering automated
 test suites and frameworks in the in the Brahmaputra release of OPNFV.
 
-.. include:: ../projects/functest/userguide/description.rst
-.. include:: ../projects/functest/userguide/runfunctest.rst
-.. include:: ../projects/vswitchperf/userguide/quickstart.rst
-
+.. <project>/docs/userguide/testusage.rst files will be imported below by the build script.