Updates to templates based on Webinar Feedback 37/13237/1
authorRich Bennett <rb2745@att.com>
Mon, 18 Sep 2017 21:28:09 +0000 (17:28 -0400)
committerRich Bennett <rb2745@att.com>
Mon, 18 Sep 2017 21:30:57 +0000 (17:30 -0400)
Change-Id: Ib01e3642ec89cbb730a28eb1fd7061d25cdd9e9f
Issue-ID: DOC-26
Signed-off-by: Rich Bennett <rb2745@att.com>
docs/guides/onap-developer/architecture/index.rst
docs/guides/onap-developer/how-to-use-docs/include-documentation.rst
docs/templates/platform-component/architecture.rst [new file with mode: 0644]
docs/templates/platform-component/index.rst
docs/templates/sdk/architecture.rst [new file with mode: 0644]
docs/templates/sdk/build.rst
docs/templates/sdk/index.rst
docs/templates/sdk/interfaces.rst [deleted file]
docs/templates/sdk/libraries.rst
docs/templates/sdk/logging.rst
docs/templates/sdk/offeredapis.rst

index 8d06c4f..4c7aad1 100644 (file)
@@ -9,6 +9,9 @@ Platform Components
 SDKs
 ----
 
+Data Models
+-----------
+
 Dependencies
 ------------
 
index 6ec4ed8..d6f720c 100644 (file)
@@ -131,12 +131,12 @@ to convert or add new content you can update the index and add files under the d
 The diagram below illustrates what is accomplished in the setup steps
 above from the perspective of a file structure created for a local test,
 a jenkins verify job, and/or published release documentation including:
-  
-       - ONAP gerrit project repositories,
-  - doc project repository master document index.rst, templates, configuration, and other documents
-  - submodules directory where other project repositories and directories/files are referenced 
-  - file structure: directories (ellipses), files(boxes)
-  - references: directory/files (solid edges), git submodule (dotted edges), sphinx toctree (dashed edges)
+
+- ONAP gerrit project repositories,
+- doc project repository master document index.rst, templates, configuration, and other documents
+- submodules directory where other project repositories and directories/files are referenced 
+- file structure: directories (ellipses), files(boxes)
+- references: directory/files (solid edges), git submodule (dotted edges), sphinx toctree (dashed edges)
 
 
 .. graphviz::
diff --git a/docs/templates/platform-component/architecture.rst b/docs/templates/platform-component/architecture.rst
new file mode 100644 (file)
index 0000000..fd46637
--- /dev/null
@@ -0,0 +1,7 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+Architecture
+------------
+Describe the architecture and design of the platform component.
index 4364739..d5db511 100644 (file)
@@ -7,11 +7,12 @@ Provide an overview of the ONAP Platform component capabilities here.
 Add or remove sections below as appropriate for the platform component.
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
 
-   delivery.rst
+   architecture.rst
    offeredapis.rst
    consumedapis.rst
+   delivery.rst
    logging.rst
    installation.rst
    configuration.rst
diff --git a/docs/templates/sdk/architecture.rst b/docs/templates/sdk/architecture.rst
new file mode 100644 (file)
index 0000000..4dede8e
--- /dev/null
@@ -0,0 +1,7 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+Architecture
+------------
+Describe the architecture and design of the SDK.
index 11f4ac5..e8af74e 100644 (file)
@@ -1,7 +1,6 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
 
-Building components that use the SDK
-------------------------------------
-
 
+Building a Component using the SDK
+==================================
index 8c31c9b..0cc7441 100644 (file)
@@ -6,10 +6,10 @@ Software Development Kit
 Provide an overview of SDK capabilities here.
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
 
+   architecture.rst
    offeredapis.rst
    libraries.rst
-   interfaces.rst
    logging.rst
    build.rst
diff --git a/docs/templates/sdk/interfaces.rst b/docs/templates/sdk/interfaces.rst
deleted file mode 100644 (file)
index d28496f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Interfaces
-----------
-Language bindings
index 3614366..618c044 100644 (file)
@@ -3,5 +3,5 @@
 
 Libraries
 ---------
-Libraries provided including package/Nexus groupID names, language bindings, etc.
+Provide library package and Nexus groupID names
 
index 8d480e2..4b272ad 100644 (file)
@@ -3,12 +3,6 @@
 
 Logging & Diagnostic Information
 --------------------------------
-Description of how to interact with and diagnose problems with the components
-as delivered.
-
-Where to Access Information
-+++++++++++++++++++++++++++
-
 
 Error / Warning Messages
 ++++++++++++++++++++++++
index 3e3b5b3..4e72427 100644 (file)
@@ -3,10 +3,4 @@
 
 
 Offered APIs
-============
-List APIs offered.   One or more of the following examples may be appropriate.
-
-* java docs link
-* rest API swagger json definition displayed with sphinx directive .. swaggerv2doc:
-* a restructured text document
-
+------------