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 ++++++++++ 3 files changed, 49 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 (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 -- cgit 1.2.3-korg