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/feature-config.rst | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'docs/configguide/feature-config.rst') diff --git a/docs/configguide/feature-config.rst b/docs/configguide/feature-config.rst index 992f501b6..96409b85c 100644 --- a/docs/configguide/feature-config.rst +++ b/docs/configguide/feature-config.rst @@ -9,9 +9,22 @@ Feature Configuration The following sections describe the configuration options for specific platform features provided in Brahmaputra. Further details for each feature are captured in the referred project documentation. -.. include:: ../projects/copper/configguide/configguide.rst -.. include:: ../projects/doctor/configguide/configguide.rst -.. include:: ../projects/ipv6/configguide/featureconfig.rst -.. include:: ../projects/promise/configguide/featureconfig.rst -.. include:: ../projects/sdnvpn/configguide/configguide.rst +.. toctree:: + featureconfig-copper + +.. toctree:: + + featureconfig-doctor + +.. toctree:: + + featureconfig-ipv6 + +.. toctree:: + + featureconfig-promise + +.. toctree:: + + featureconfig-sdnvpn -- cgit 1.2.3-korg