From 8b68e7a23e6a393429aa3e68712e1ba69b2f6cec Mon Sep 17 00:00:00 2001 From: ShubhamRathi Date: Tue, 31 Jan 2017 15:14:34 +0530 Subject: Misc Changes Renamed developer/ to development/ in templates. Corrected chapter level markup in docs/release/ Moved testing above developement in index Change-Id: I950f69bf2ac60e97b260ecfbb4b870a42f8a233b Signed-off-by: ShubhamRathi --- docs/templates/developer/design/index.rst | 1 - docs/templates/developer/overview/index.rst | 15 --------------- docs/templates/developer/overview/overview.rst | 16 ---------------- docs/templates/developer/requirements/index.rst | 1 - docs/templates/development/design/index.rst | 1 + docs/templates/development/overview/index.rst | 15 +++++++++++++++ docs/templates/development/overview/overview.rst | 16 ++++++++++++++++ docs/templates/development/requirements/index.rst | 1 + docs/templates/testing/index.rst | 2 +- 9 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 docs/templates/developer/design/index.rst delete mode 100644 docs/templates/developer/overview/index.rst delete mode 100644 docs/templates/developer/overview/overview.rst delete mode 100644 docs/templates/developer/requirements/index.rst create mode 100644 docs/templates/development/design/index.rst create mode 100644 docs/templates/development/overview/index.rst create mode 100644 docs/templates/development/overview/overview.rst create mode 100644 docs/templates/development/requirements/index.rst (limited to 'docs/templates') diff --git a/docs/templates/developer/design/index.rst b/docs/templates/developer/design/index.rst deleted file mode 100644 index 392b39f48..000000000 --- a/docs/templates/developer/design/index.rst +++ /dev/null @@ -1 +0,0 @@ -.. To be decided diff --git a/docs/templates/developer/overview/index.rst b/docs/templates/developer/overview/index.rst deleted file mode 100644 index caf4dfc70..000000000 --- a/docs/templates/developer/overview/index.rst +++ /dev/null @@ -1,15 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International -.. License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) OPNFV, Ericsson AB and others. - -============================================= -OPNFV Overview -============================================= - -For example, the title might be "Qtip Danube Overview" - -.. toctree:: - :maxdepth: 1 - - overview diff --git a/docs/templates/developer/overview/overview.rst b/docs/templates/developer/overview/overview.rst deleted file mode 100644 index 498dc0662..000000000 --- a/docs/templates/developer/overview/overview.rst +++ /dev/null @@ -1,16 +0,0 @@ -============================================== -OPNFV Overview -============================================== - -.. contents:: - :depth: 3 - :local: - -Introduction ----------------- -Describing the components and behaviours in a manner that helps people understand the platform and how to work with it - -Upgrades from ------------------------------------ - -Describe the new features diff --git a/docs/templates/developer/requirements/index.rst b/docs/templates/developer/requirements/index.rst deleted file mode 100644 index 392b39f48..000000000 --- a/docs/templates/developer/requirements/index.rst +++ /dev/null @@ -1 +0,0 @@ -.. To be decided diff --git a/docs/templates/development/design/index.rst b/docs/templates/development/design/index.rst new file mode 100644 index 000000000..392b39f48 --- /dev/null +++ b/docs/templates/development/design/index.rst @@ -0,0 +1 @@ +.. To be decided diff --git a/docs/templates/development/overview/index.rst b/docs/templates/development/overview/index.rst new file mode 100644 index 000000000..caf4dfc70 --- /dev/null +++ b/docs/templates/development/overview/index.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV, Ericsson AB and others. + +============================================= +OPNFV Overview +============================================= + +For example, the title might be "Qtip Danube Overview" + +.. toctree:: + :maxdepth: 1 + + overview diff --git a/docs/templates/development/overview/overview.rst b/docs/templates/development/overview/overview.rst new file mode 100644 index 000000000..498dc0662 --- /dev/null +++ b/docs/templates/development/overview/overview.rst @@ -0,0 +1,16 @@ +============================================== +OPNFV Overview +============================================== + +.. contents:: + :depth: 3 + :local: + +Introduction +---------------- +Describing the components and behaviours in a manner that helps people understand the platform and how to work with it + +Upgrades from +----------------------------------- + +Describe the new features diff --git a/docs/templates/development/requirements/index.rst b/docs/templates/development/requirements/index.rst new file mode 100644 index 000000000..392b39f48 --- /dev/null +++ b/docs/templates/development/requirements/index.rst @@ -0,0 +1 @@ +.. To be decided diff --git a/docs/templates/testing/index.rst b/docs/templates/testing/index.rst index 9793092e5..392b39f48 100644 --- a/docs/templates/testing/index.rst +++ b/docs/templates/testing/index.rst @@ -1 +1 @@ -.. To be decided \ No newline at end of file +.. To be decided -- cgit 1.2.3-korg