diff options
Diffstat (limited to 'docs/development/templates')
-rw-r--r-- | docs/development/templates/design/design.rst | 0 | ||||
-rw-r--r-- | docs/development/templates/design/index.rst | 17 | ||||
-rw-r--r-- | docs/development/templates/integration/index.rst | 15 |
3 files changed, 0 insertions, 32 deletions
diff --git a/docs/development/templates/design/design.rst b/docs/development/templates/design/design.rst deleted file mode 100644 index e69de29bb..000000000 --- a/docs/development/templates/design/design.rst +++ /dev/null diff --git a/docs/development/templates/design/index.rst b/docs/development/templates/design/index.rst deleted file mode 100644 index 817a19440..000000000 --- a/docs/development/templates/design/index.rst +++ /dev/null @@ -1,17 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) <optionally add copywriters name> - -===================== -<feature> Design -===================== - -.. describe which upstream components (e.g. OpenStack modules, ..) are working together to provide the functionality -.. describe some deployment architecture -.. fill the gap between the release notes and the detailed documentation provided by the participating projects or upstream communities - -.. toctree:: - :maxdepth: 2 - - ./design.rst - diff --git a/docs/development/templates/integration/index.rst b/docs/development/templates/integration/index.rst deleted file mode 100644 index 2e7dd06d3..000000000 --- a/docs/development/templates/integration/index.rst +++ /dev/null @@ -1,15 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) <optionally add copywriters name> - -====================== -<feature> Integration -====================== - -Introduction -============== -..Brief on what scenario's the project can be integrated to. - -Integration Steps for <> -=========================== -.. List steps to integrate <project> with <scenario> |