diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-01-31 15:14:34 +0530 |
---|---|---|
committer | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-01-31 17:45:54 +0530 |
commit | 8b68e7a23e6a393429aa3e68712e1ba69b2f6cec (patch) | |
tree | eb620695d56d6d053376befcc44509f8c9cd4cea /docs/templates/development | |
parent | 5bdc3f8e8e2e5b2109e84ddf7783a36482185d8e (diff) |
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 <shubhamiiitbackup@gmail.com>
Diffstat (limited to 'docs/templates/development')
-rw-r--r-- | docs/templates/development/design/index.rst | 1 | ||||
-rw-r--r-- | docs/templates/development/overview/index.rst | 15 | ||||
-rw-r--r-- | docs/templates/development/overview/overview.rst | 16 | ||||
-rw-r--r-- | docs/templates/development/requirements/index.rst | 1 |
4 files changed, 33 insertions, 0 deletions
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 <Project Name> <Release Name> 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 <Release Name> <Project Name> 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 <Previous Release> +----------------------------------- +<optional, required if there's a previous release for the project> +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 |