summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.