diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-15 14:21:00 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-15 17:54:06 +0900 |
commit | 8b29f1d89a38a37bfbe6d9a3631f641e11c8694a (patch) | |
tree | adb7c36c5415f90905168517cd28b2c372d28e8a | |
parent | c510e2c65b782cb20895a4fcf79cf2cd30dfbd8d (diff) |
script: gather user guides automatically
Change-Id: I80d0666c4eca809bba42a5cf03d294c4c05bdf99
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
-rwxr-xr-x | build-composite.sh | 6 | ||||
-rw-r--r-- | docs/userguide/feature-usage.rst | 6 | ||||
-rw-r--r-- | docs/userguide/test-usage.rst | 5 |
3 files changed, 5 insertions, 12 deletions
diff --git a/build-composite.sh b/build-composite.sh index 6643d541f..12c134b1b 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. |