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/development/overview/index.rst | 15 +++++++++++++++ docs/templates/development/overview/overview.rst | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 docs/templates/development/overview/index.rst create mode 100644 docs/templates/development/overview/overview.rst (limited to 'docs/templates/development/overview') 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 -- cgit 1.2.3-korg