diff options
author | 2018-09-20 10:08:00 +0200 | |
---|---|---|
committer | 2018-09-20 10:31:43 +0200 | |
commit | f44c43d19c9344667400266d2978012143d8fe37 (patch) | |
tree | 408c3a583eeeee16947213717969260b2fd4654f /docs | |
parent | 286f48b0dbfa7fdc8b4c58797eeac94f714a57c7 (diff) |
docs: Index for local doc build
A toplevel index was added to support local doc build. Nested indexes
were modified to correctly apply chapter numbering, i.e. toctree
numbering should be enabled on toplevel index only.
Change-Id: Ifb5682da2fcd06f4bb491e5846d239ca6517155f
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 18 | ||||
-rw-r--r-- | docs/release/configguide/index.rst | 1 | ||||
-rw-r--r-- | docs/release/release-notes/index.rst | 1 | ||||
-rw-r--r-- | docs/release/userguide/index.rst | 1 |
4 files changed, 18 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..9e0614b --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,18 @@ +.. _auto: + +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. SPDX-License-Identifier CC-BY-4.0 +.. (c) Open Platform for NFV Project, Inc. and its contributors + +********************************* +OPNFV Auto (ONAP-Automated OPNFV) +********************************* + +.. toctree:: + :numbered: + :maxdepth: 3 + + release/configguide/index + release/userguide/index + release/release-notes/index diff --git a/docs/release/configguide/index.rst b/docs/release/configguide/index.rst index ba1a3da..07b7ab6 100644 --- a/docs/release/configguide/index.rst +++ b/docs/release/configguide/index.rst @@ -10,7 +10,6 @@ OPNFV Auto (ONAP-Automated OPNFV) Configuration Guide ***************************************************** .. toctree:: - :numbered: :maxdepth: 3 Auto-featureconfig.rst diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst index 264f21c..4c879f7 100644 --- a/docs/release/release-notes/index.rst +++ b/docs/release/release-notes/index.rst @@ -9,7 +9,6 @@ OPNFV Auto (ONAP-Automated OPNFV) Release Notes =============================================== .. toctree:: - :numbered: :maxdepth: 3 Auto-release-notes.rst diff --git a/docs/release/userguide/index.rst b/docs/release/userguide/index.rst index dd308dc..099622c 100644 --- a/docs/release/userguide/index.rst +++ b/docs/release/userguide/index.rst @@ -15,7 +15,6 @@ OPNFV Auto (ONAP-Automated OPNFV) User Guide .. by the installer project. .. toctree:: - :numbered: :maxdepth: 3 UC01-feature.userguide.rst |