From 5baea4608e685f67e9dec77cfee57cacb73662dd Mon Sep 17 00:00:00 2001
From: Rich Bennett <rb2745@att.com>
Date: Wed, 13 Sep 2017 03:19:19 -0400
Subject: Enhancement and additions for webinar

Add templates, revise master index, guides, and release document
Improve project integration instructions based on 5 project
integrations.

Change-Id: I2a3e62737f3c126b7f5fb7cc4f53b35dba4f1d8f
Issue-ID: DOC-26
Signed-off-by: Rich Bennett <rb2745@att.com>
---
 docs/templates/component-info/consumed-apis.csv |  1 -
 docs/templates/component-info/index.rst         | 90 -------------------------
 docs/templates/component-info/offered-apis.csv  |  2 -
 3 files changed, 93 deletions(-)
 delete mode 100644 docs/templates/component-info/consumed-apis.csv
 delete mode 100644 docs/templates/component-info/index.rst
 delete mode 100644 docs/templates/component-info/offered-apis.csv

(limited to 'docs/templates/component-info')

diff --git a/docs/templates/component-info/consumed-apis.csv b/docs/templates/component-info/consumed-apis.csv
deleted file mode 100644
index 811d1755d..000000000
--- a/docs/templates/component-info/consumed-apis.csv
+++ /dev/null
@@ -1 +0,0 @@
-repo.subrepo.subrepo|API Reference
diff --git a/docs/templates/component-info/index.rst b/docs/templates/component-info/index.rst
deleted file mode 100644
index dfcfc747e..000000000
--- a/docs/templates/component-info/index.rst
+++ /dev/null
@@ -1,90 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-Component Information Template
-==============================
-High level architecture, design, and packaging information for release planning and delivery.
-
-.. toctree::
-   :maxdepth: 1
-
-
-Delivery
---------
-Th package component is composed of the functional layers and packaged into run-time components as illustrated in the following diagrams.
-
-.. blockdiag::
-   
-
-   blockdiag layers {
-   orientation = portrait
-   a -> m;
-   b -> n;
-   c -> x;
-   m -> y;
-   m -> z;
-   group l1 {
-	color = blue;
-	x; y; z;
-	}
-   group l2 {
-	color = yellow;
-	m; n; 
-	}
-   group l3 {
-	color = orange;
-	a; b; c;
-	}
-
-   }
-
-
-Offered APIs
-------------
-
-.. csv-table:: 
-   :header-rows: 0
-   :header: "Container or Library", "API Reference", "Purpose", "Protocol", "Port", "TCP/UDP"
-   :widths: 20, 25, 25, 10, 10, 10
-   :delim: |
-   :file: offered-apis.csv
-
-
-Consumed APIs
--------------
-
-.. csv-table:: 
-   :header-rows: 0
-   :header: "Project Repo/Group ID", "Container or Library Offering API"
-   :widths: 30, 30
-   :delim: |
-   :file: consumed-apis.csv
-
-Logging & Diagnostic Information
---------------------------------
-Description of how to interact with and diagnose problems with the components in the run-time packaging.
-
-
-Installation
-------------
-Steps to Install
-
-
-Configuration
--------------
-Where are they provided?
-What are parameters and values?
-
-
-Administration
---------------
-
-How to run and manage the component.
-
-
-Human Interfaces
-----------------
-Basic info on the interface type, ports/protocols provided over, etc.
-
-
-
diff --git a/docs/templates/component-info/offered-apis.csv b/docs/templates/component-info/offered-apis.csv
deleted file mode 100644
index 6300998f6..000000000
--- a/docs/templates/component-info/offered-apis.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-XXX Container|API Reference link|Create or Delete XYZ|xxx|9999|TCP
-YYY Library|API Reference link|Create or Delete XYZ|xxxx|xxxx|xxxx
-- 
cgit