From 7881a0541c8b40663bba4aa3a5efdf9f3421e58f Mon Sep 17 00:00:00 2001 From: Sofia Wallin Date: Mon, 16 Jan 2017 16:12:13 +0100 Subject: Adjusted naming path Adjusted the naming path for consistency throughout our repository and the community. Change-Id: Ia055c418584f338f6000835fc28a7e5e8b5c5818 Signed-off-by: Sofia Wallin --- ...//-installation.rst | 22 ++++++++++++++++++++++ ...//-postinstallation.rst | 17 +++++++++++++++++ .../templates/installation//index.rst | 10 ++++++++++ docs/release/templates/installation/abstract.rst | 6 ++++++ .../templates/installation/compatibility.rst | 18 ++++++++++++++++++ docs/release/templates/installation/index.rst | 18 ++++++++++++++++++ .../templates/installation/prerequisite.rst | 15 +++++++++++++++ .../templates/installation/supportedscenario.rst | 13 +++++++++++++ 8 files changed, 119 insertions(+) create mode 100644 docs/release/templates/installation//-installation.rst create mode 100644 docs/release/templates/installation//-postinstallation.rst create mode 100644 docs/release/templates/installation//index.rst create mode 100644 docs/release/templates/installation/abstract.rst create mode 100644 docs/release/templates/installation/compatibility.rst create mode 100644 docs/release/templates/installation/index.rst create mode 100644 docs/release/templates/installation/prerequisite.rst create mode 100644 docs/release/templates/installation/supportedscenario.rst (limited to 'docs/release/templates/installation') diff --git a/docs/release/templates/installation//-installation.rst b/docs/release/templates/installation//-installation.rst new file mode 100644 index 000000000..a8cef90ba --- /dev/null +++ b/docs/release/templates/installation//-installation.rst @@ -0,0 +1,22 @@ +============================================= + Installation +============================================= + + +Preparing for Installation +===================================== +Include any pre configuration, database, or other software downloads +required to install . + +Installing +==================================== +Installation toolkit + +Verifying your Installation +==================================== +Describe how to verify the installation. + +Troubleshooting +==================================== + +Text goes here. \ No newline at end of file diff --git a/docs/release/templates/installation//-postinstallation.rst b/docs/release/templates/installation//-postinstallation.rst new file mode 100644 index 000000000..f60537566 --- /dev/null +++ b/docs/release/templates/installation//-postinstallation.rst @@ -0,0 +1,17 @@ +================================================= + Post Installation +================================================= + + +Post Installation Configuration +===================================== +Post Installation Configuration section must include some basic +(must-do) procedures if any, to get started. + +Upgrading From +==================================== +Text goes here. + +?Uninstalling? +==================================== +Text here. diff --git a/docs/release/templates/installation//index.rst b/docs/release/templates/installation//index.rst new file mode 100644 index 000000000..053e341d5 --- /dev/null +++ b/docs/release/templates/installation//index.rst @@ -0,0 +1,10 @@ +=================================== + Installation Guide +=================================== + +.. toctree:: + :maxdepth: 2 + + prerequisite + -installation + -postinstallation \ No newline at end of file diff --git a/docs/release/templates/installation/abstract.rst b/docs/release/templates/installation/abstract.rst new file mode 100644 index 000000000..4868b1a2a --- /dev/null +++ b/docs/release/templates/installation/abstract.rst @@ -0,0 +1,6 @@ +============================================= + Abstract +============================================= +.. Example, Joid Danube Abstract + +Abstract explaining the Document \ No newline at end of file diff --git a/docs/release/templates/installation/compatibility.rst b/docs/release/templates/installation/compatibility.rst new file mode 100644 index 000000000..ffed03042 --- /dev/null +++ b/docs/release/templates/installation/compatibility.rst @@ -0,0 +1,18 @@ +============================================== + Compatibility +============================================== + + +Compatibility with Previous Releases +======================================= + +Is it compatible? Did anything about how a user or developer would +consume it change? If so, document it here. + +Migration from Previous Releases +===================================== + + +Describe any special step somebody would have to take to migrate from a +previous release to this one. If migration isn't supported for some +combinations, state that as well. \ No newline at end of file diff --git a/docs/release/templates/installation/index.rst b/docs/release/templates/installation/index.rst new file mode 100644 index 000000000..032f8d40e --- /dev/null +++ b/docs/release/templates/installation/index.rst @@ -0,0 +1,18 @@ +=================================== + Installation Guide +=================================== + +Installation Guide +=================== +Refer to https://wiki.opnfv.org/display/DOC/Installation+procedure +Naming Convention is: . Eg: Apex Installation Guide Abstract + +.. toctree:: + :maxdepth: 2 + + abstract + prerequisite + supportedscenario + /index + compatibility + references \ No newline at end of file diff --git a/docs/release/templates/installation/prerequisite.rst b/docs/release/templates/installation/prerequisite.rst new file mode 100644 index 000000000..4f8a0069f --- /dev/null +++ b/docs/release/templates/installation/prerequisite.rst @@ -0,0 +1,15 @@ +============================================= + Prerequisite +============================================= + + +Hardware requirement +===================================== +List out the HW requirements + +Software requirement +==================================== +List out the SW requirements + +Configurations +==================================== \ No newline at end of file diff --git a/docs/release/templates/installation/supportedscenario.rst b/docs/release/templates/installation/supportedscenario.rst new file mode 100644 index 000000000..3d78911f1 --- /dev/null +++ b/docs/release/templates/installation/supportedscenario.rst @@ -0,0 +1,13 @@ +=================================================== + Supported Scenarios +=================================================== + + +========= +Add a short brief about supported scenarios + +.. toctree:: + :maxdepth: 2 + + development//index + development//index \ No newline at end of file -- cgit 1.2.3-korg