diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-16 01:07:13 +0530 |
---|---|---|
committer | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-19 23:27:00 +0530 |
commit | 7cc71e8d705f20d4a36f9bcd9e022e439cf31197 (patch) | |
tree | 29145856faeb6291834eda4113fdd51993f4f555 | |
parent | 1fc4463cbdaad35db04cc81fa6575ca721920785 (diff) |
Misc Changes
1. Renamed ‘How to work with Documentation’ to Documentation Guide
2. Add Test Overview documentation breneath ‘Testing’
3. Removed the index off Release Notes
Change-Id: Iaef364f5ee59a99f906270271c1daf49cfae4c4f
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
-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 |