diff options
author | Rich Bennett <rb2745@att.com> | 2017-10-10 07:39:06 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-10-10 07:44:50 -0400 |
commit | 7134cba7aa509a5ee7628244c52979e02807d252 (patch) | |
tree | 01d4f737b6c3b27515bd8f116850f838b7cc6830 /docs/templates/release-notes | |
parent | 2f3328219820a4be426981282350034b21e2e3f3 (diff) |
Improve templates and add references in guides
See description of DOC-101
Added multipple conf.py files to test themes and multiple versions
Created initial structure for references in developer architecture guide and release notes
Change-Id: I7affcd1cb0258bef7cebe357a938080abe419693
Issue-ID: DOC-101
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/templates/release-notes')
-rw-r--r-- | docs/templates/release-notes/bug-fixes.rst | 5 | ||||
-rw-r--r-- | docs/templates/release-notes/deprecation-notes.rst | 5 | ||||
-rw-r--r-- | docs/templates/release-notes/index.rst | 15 | ||||
-rw-r--r-- | docs/templates/release-notes/known-issues.rst | 5 | ||||
-rw-r--r-- | docs/templates/release-notes/new-features.rst | 5 | ||||
-rw-r--r-- | docs/templates/release-notes/other.rst | 5 | ||||
-rw-r--r-- | docs/templates/release-notes/security-issues.rst | 5 | ||||
-rw-r--r-- | docs/templates/release-notes/upgrade-notes.rst | 5 |
8 files changed, 0 insertions, 50 deletions
diff --git a/docs/templates/release-notes/bug-fixes.rst b/docs/templates/release-notes/bug-fixes.rst deleted file mode 100644 index ee4ff9faf..000000000 --- a/docs/templates/release-notes/bug-fixes.rst +++ /dev/null @@ -1,5 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - -Bug Fixes ---------- - diff --git a/docs/templates/release-notes/deprecation-notes.rst b/docs/templates/release-notes/deprecation-notes.rst deleted file mode 100644 index e954e8764..000000000 --- a/docs/templates/release-notes/deprecation-notes.rst +++ /dev/null @@ -1,5 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - -Deprecation Notes ------------------ - diff --git a/docs/templates/release-notes/index.rst b/docs/templates/release-notes/index.rst deleted file mode 100644 index adc76f935..000000000 --- a/docs/templates/release-notes/index.rst +++ /dev/null @@ -1,15 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - -Release Notes -============= - -.. toctree:: - :maxdepth: 2 - - new-features.rst - bug-fixes.rst - known-issues.rst - security-issues.rst - upgrade-notes.rst - deprecation-notes.rst - other.rst diff --git a/docs/templates/release-notes/known-issues.rst b/docs/templates/release-notes/known-issues.rst deleted file mode 100644 index 01c93d124..000000000 --- a/docs/templates/release-notes/known-issues.rst +++ /dev/null @@ -1,5 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - -Known Issues ------------- - diff --git a/docs/templates/release-notes/new-features.rst b/docs/templates/release-notes/new-features.rst deleted file mode 100644 index ab86bb949..000000000 --- a/docs/templates/release-notes/new-features.rst +++ /dev/null @@ -1,5 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - -New Features ------------- - diff --git a/docs/templates/release-notes/other.rst b/docs/templates/release-notes/other.rst deleted file mode 100644 index 2ce683b5b..000000000 --- a/docs/templates/release-notes/other.rst +++ /dev/null @@ -1,5 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - -Other ------ - diff --git a/docs/templates/release-notes/security-issues.rst b/docs/templates/release-notes/security-issues.rst deleted file mode 100644 index 96e1fe95e..000000000 --- a/docs/templates/release-notes/security-issues.rst +++ /dev/null @@ -1,5 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - -Security Issues ---------------- - diff --git a/docs/templates/release-notes/upgrade-notes.rst b/docs/templates/release-notes/upgrade-notes.rst deleted file mode 100644 index f31c74a69..000000000 --- a/docs/templates/release-notes/upgrade-notes.rst +++ /dev/null @@ -1,5 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - -Upgrade Notes -------------- - |