From b7519539bf10181d248b69486c490df46693b209 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Mon, 8 Feb 2016 20:32:33 +0900 Subject: configguide: make sections relevant by adding sub-level toctree This patch wrap each import document with 'toctree' directive so that we can make sure the sections in imported docs won't take any upper level section. This patch also fixes the followings: * path to copper/featureconfig.rst * path to promise/configguide/images/ Change-Id: I52d4e9cd637af5707af418ef287d57d8c301b85e Signed-off-by: Ryota MIBU --- docs/configguide/post-install.rst | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'docs/configguide/post-install.rst') diff --git a/docs/configguide/post-install.rst b/docs/configguide/post-install.rst index 741905a52..0eca4ba08 100644 --- a/docs/configguide/post-install.rst +++ b/docs/configguide/post-install.rst @@ -15,8 +15,13 @@ Scenario validation activities The following guides provide information on how to validate the installation of you scenario based on the tools and test suites available for the installation tool you have selected: -.. include:: ../projects/ipv6/configguide/postinstall.rst -.. include:: ../projects/joid/configguide/postinstall.rst +.. toctree:: + + postinstall-ipv6 + +.. toctree:: + + postinstall-joid Feature validation activities ============================= @@ -24,7 +29,9 @@ Feature validation activities The following sections provide information on how to validate the features you have installed in your scenario: -.. include:: ../projects/copper/configguide/postinstall.rst +.. toctree:: + + postinstall-copper Additional testing and validation activities ============================================ @@ -33,6 +40,10 @@ Many of our testing tools can be manually installed to facilitate targeted testi of features and capabilities of your scenario. The following guides provide instruction on setting up these testing suites: -.. include:: ../projects/functest/configguide/configguide.rst -.. include:: ../projects/vswitchperf/configguide/installation.rst +.. toctree:: + + postinstall-functest + +.. toctree:: + postinstall-vswitchperf -- cgit 1.2.3-korg