diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-01-29 23:34:14 +0530 |
---|---|---|
committer | Shubham Rathi <shubhamiiitbackup@gmail.com> | 2017-01-30 07:31:50 +0000 |
commit | 68ada74c88cb3eae5422ac23594f0492ab1ae759 (patch) | |
tree | 4cd5945d6efd5abfe7058484209b47ab61243709 /docs/release/templates/installation | |
parent | 0f688a1c18055cea888f1a208303940271942356 (diff) |
Cleanup old templates and add placeholders where required
Old templates have beem eliminated. Placeholder index file
has been added for design/, release/ & testing/.
Change-Id: I536929924de42c855b6e775a1f2391db4cd04fc1
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
Diffstat (limited to 'docs/release/templates/installation')
8 files changed, 0 insertions, 119 deletions
diff --git a/docs/release/templates/installation/<scenario>/<scenario>-installation.rst b/docs/release/templates/installation/<scenario>/<scenario>-installation.rst deleted file mode 100644 index a8cef90ba..000000000 --- a/docs/release/templates/installation/<scenario>/<scenario>-installation.rst +++ /dev/null @@ -1,22 +0,0 @@ -============================================= -<Project Name> <Release Name> Installation -============================================= - - -Preparing for Installation -===================================== -Include any pre configuration, database, or other software downloads -required to install <project>. - -Installing <Feature> -==================================== -Installation toolkit - -Verifying your Installation -==================================== -Describe how to verify the installation. - -Troubleshooting -==================================== -<optional> -Text goes here.
\ No newline at end of file diff --git a/docs/release/templates/installation/<scenario>/<scenario>-postinstallation.rst b/docs/release/templates/installation/<scenario>/<scenario>-postinstallation.rst deleted file mode 100644 index f60537566..000000000 --- a/docs/release/templates/installation/<scenario>/<scenario>-postinstallation.rst +++ /dev/null @@ -1,17 +0,0 @@ -================================================= -<Project Name> <Release Name> Post Installation -================================================= - - -Post Installation Configuration -===================================== -Post Installation Configuration section must include some basic -(must-do) procedures if any, to get started. - -Upgrading From <a Previous Release> -==================================== -Text goes here. - -?Uninstalling? <Feature> -==================================== -Text here. diff --git a/docs/release/templates/installation/<scenario>/index.rst b/docs/release/templates/installation/<scenario>/index.rst deleted file mode 100644 index 053e341d5..000000000 --- a/docs/release/templates/installation/<scenario>/index.rst +++ /dev/null @@ -1,10 +0,0 @@ -=================================== -<Scenario> Installation Guide -=================================== - -.. toctree:: - :maxdepth: 2 - - prerequisite - <scenario>-installation - <scenario>-postinstallation
\ No newline at end of file diff --git a/docs/release/templates/installation/abstract.rst b/docs/release/templates/installation/abstract.rst deleted file mode 100644 index 4868b1a2a..000000000 --- a/docs/release/templates/installation/abstract.rst +++ /dev/null @@ -1,6 +0,0 @@ -============================================= -<Project Name> <Release Name> 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 deleted file mode 100644 index ffed03042..000000000 --- a/docs/release/templates/installation/compatibility.rst +++ /dev/null @@ -1,18 +0,0 @@ -============================================== -<Project Name> <Release Name> Compatibility -============================================== - - -Compatibility with Previous Releases -======================================= -<optional, required if there's a previous release> -Is it compatible? Did anything about how a user or developer would -consume it change? If so, document it here. - -Migration from Previous Releases -===================================== -<optional, required if there's a previous release for the project> - -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 deleted file mode 100644 index 032f8d40e..000000000 --- a/docs/release/templates/installation/index.rst +++ /dev/null @@ -1,18 +0,0 @@ -=================================== -<Project Name> Installation Guide -=================================== - -Installation Guide -=================== -Refer to https://wiki.opnfv.org/display/DOC/Installation+procedure -Naming Convention is: <Name> <Use Case> <file name>. Eg: Apex Installation Guide Abstract - -.. toctree:: - :maxdepth: 2 - - abstract - prerequisite - supportedscenario - <scenario>/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 deleted file mode 100644 index 4f8a0069f..000000000 --- a/docs/release/templates/installation/prerequisite.rst +++ /dev/null @@ -1,15 +0,0 @@ -============================================= -<Project Name> <Release Name> 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 deleted file mode 100644 index 3d78911f1..000000000 --- a/docs/release/templates/installation/supportedscenario.rst +++ /dev/null @@ -1,13 +0,0 @@ -=================================================== -<Project Name> <Release Name> Supported Scenarios -=================================================== - -<Brief> -========= -Add a short brief about supported scenarios - -.. toctree:: - :maxdepth: 2 - - development/<scenario1>/index - development/<scenario2>/index
\ No newline at end of file |