summaryrefslogtreecommitdiffstats
path: root/docs/delivery.rst
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-10-16 21:04:10 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-16 21:04:10 +0000
commitdb447ae656d85710082d5f69b363120905826193 (patch)
tree5127b44449e6e0b485159901d27f6512633b101f /docs/delivery.rst
parenta88bf1db24428f8c373071e650b3fe802c6890f2 (diff)
parent4b00193d6ad8fcc99c5625ede8de07b72ae1c697 (diff)
Merge "Update toctree to current release notes template"
Diffstat (limited to 'docs/delivery.rst')
-rw-r--r--docs/delivery.rst44
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/delivery.rst b/docs/delivery.rst
new file mode 100644
index 0000000000..f3f083a732
--- /dev/null
+++ b/docs/delivery.rst
@@ -0,0 +1,44 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+Delivery
+========
+
+.. note::
+ * This section is used to describe a software component packaging.
+ For a run-time component this might be executable images, containers, etc.
+ For an SDK this might be libraries.
+
+ * This section is typically provided for a platform-component and sdk;
+ and referenced in developer and user guides
+
+ * This note must be removed after content has been added.
+
+Example use of a block diagram.
+
+.. 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;
+ }
+
+ }
+
+