diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-08 20:32:33 +0900 |
---|---|---|
committer | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2016-02-08 13:46:18 +0000 |
commit | 9aa067edbc409c04be0de4fc0c2abfa0b157af4d (patch) | |
tree | f1ad10f5c09cac73391d78bb6c82157ff2825897 /docs/configguide/installer-config.rst | |
parent | 2e05184b9b7101e6d2e4ca68b4490dce985baf83 (diff) |
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 <r-mibu@cq.jp.nec.com>
(cherry picked from commit b7519539bf10181d248b69486c490df46693b209)
Diffstat (limited to 'docs/configguide/installer-config.rst')
-rw-r--r-- | docs/configguide/installer-config.rst | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/configguide/installer-config.rst b/docs/configguide/installer-config.rst index 7d84f9e1d..ad10cb4ae 100644 --- a/docs/configguide/installer-config.rst +++ b/docs/configguide/installer-config.rst @@ -9,8 +9,14 @@ Installer Configuration The following sections describe the per installer configuration options. Further details for each installer are captured in the referred project documentation. -.. include:: ../projects/apex/configguide/introduction.rst -.. include:: ../projects/apex/configguide/baremetalinstall.rst -.. include:: ../projects/fuel/configguide/installerconfig.rst -.. include:: ../projects/joid/configguide/installerconfig.rst +.. toctree:: + installerconfig-apex + +.. toctree:: + + installerconfig-fuel + +.. toctree:: + + installerconfig-joid |