summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2016-02-15 14:21:00 +0900
committerRyota Mibu <r-mibu@cq.jp.nec.com>2016-02-15 12:36:31 +0000
commit507b91c45c918a506ddc3060772c730a18cbf17d (patch)
treef462839347a21858cea508e8bb6f38d3fb6a946f
parentea13f7aae09f2e9e95b27007c3ea4c6f7d4f5b2f (diff)
script: gather user guides automatically
Change-Id: I80d0666c4eca809bba42a5cf03d294c4c05bdf99 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 8b29f1d89a38a37bfbe6d9a3631f641e11c8694a)
-rwxr-xr-xbuild-composite.sh6
-rw-r--r--docs/userguide/feature-usage.rst6
-rw-r--r--docs/userguide/test-usage.rst5
3 files changed, 5 insertions, 12 deletions
diff --git a/build-composite.sh b/build-composite.sh
index 8e4c75e69..804805eb3 100755
--- a/build-composite.sh
+++ b/build-composite.sh
@@ -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"
diff --git a/docs/userguide/feature-usage.rst b/docs/userguide/feature-usage.rst
index 8484a7ba5..236dd7a5a 100644
--- a/docs/userguide/feature-usage.rst
+++ b/docs/userguide/feature-usage.rst
@@ -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.
diff --git a/docs/userguide/test-usage.rst b/docs/userguide/test-usage.rst
index aa2ad96e0..f9299a0d1 100644
--- a/docs/userguide/test-usage.rst
+++ b/docs/userguide/test-usage.rst
@@ -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.