summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-developer/how-to-use-docs/templates/sections/design.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/onap-developer/how-to-use-docs/templates/sections/design.rst')
-rw-r--r--docs/guides/onap-developer/how-to-use-docs/templates/sections/design.rst32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/guides/onap-developer/how-to-use-docs/templates/sections/design.rst b/docs/guides/onap-developer/how-to-use-docs/templates/sections/design.rst
deleted file mode 100644
index 66c5f3651..000000000
--- a/docs/guides/onap-developer/how-to-use-docs/templates/sections/design.rst
+++ /dev/null
@@ -1,32 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. Copyright 2021 ONAP contributors, Nokia
-
-Design
-======
-
-..
- * This section is used to describe the internal design structure of a
- software component.
-
- * This section is typically provided: for a platform-component and sdk; and
- referenced in developer guides.
-
-
-Design principles
------------------
-
-..
- List the basic principles of the component and best practices, as well.
-
-Static design
--------------
-
-..
- Description of classes, objects, etc.
-
-Dynamic view
-------------
-
-..
- Communication/interaction of objects when implementing the use cases.