diff options
-rw-r--r-- | docs/how-to-use-docs/index.rst | 6 | ||||
-rw-r--r-- | docs/index.rst | 3 | ||||
-rw-r--r-- | docs/release/release-notes.rst | 4 | ||||
-rw-r--r-- | docs/testing/ecosystem/index.rst | 6 |
4 files changed, 8 insertions, 11 deletions
diff --git a/docs/how-to-use-docs/index.rst b/docs/how-to-use-docs/index.rst index 5839a8b7b..5e9d0dd38 100644 --- a/docs/how-to-use-docs/index.rst +++ b/docs/how-to-use-docs/index.rst @@ -1,7 +1,7 @@ -================================ -How to work with Documentation -================================ +=================== +Documentation Guide +=================== .. toctree:: :maxdepth: 2 diff --git a/docs/index.rst b/docs/index.rst index 777afbfb3..23bd573f7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -29,6 +29,7 @@ Testing Documentation .. toctree:: :maxdepth: 1 + testing/ecosystem/index submodules/functest/docs/testing/user/index submodules/bottlenecks/docs/testing/user/index submodules/yardstick/docs/testing/user/index @@ -42,5 +43,5 @@ Development Documentation .. toctree:: :maxdepth: 1 - featureprojects how-to-use-docs/index + featureprojects diff --git a/docs/release/release-notes.rst b/docs/release/release-notes.rst index 17291c703..419e71abb 100644 --- a/docs/release/release-notes.rst +++ b/docs/release/release-notes.rst @@ -5,10 +5,6 @@ OPNFV Release Notes =================== -.. contents:: - :depth: 3 - :local: - Apex ----- :ref:`Apex Release Notes <apex-releasenotes>` diff --git a/docs/testing/ecosystem/index.rst b/docs/testing/ecosystem/index.rst index 3ffb13bba..6520dc160 100644 --- a/docs/testing/ecosystem/index.rst +++ b/docs/testing/ecosystem/index.rst @@ -2,9 +2,9 @@ .. http://creativecommons.org/licenses/by/4.0 .. (c) Christopher Price (Ericsson AB) -***************************** -OPNFV Test Framework document -***************************** +============================= +OPNFV Test Framework Overview +============================= .. toctree:: :maxdepth: 2 |