aboutsummaryrefslogtreecommitdiffstats
path: root/docs/delivery.rst
diff options
context:
space:
mode:
authorTschaen, Brendan (bt054f) <bt054f@att.com>2018-08-09 11:17:14 -0400
committerTschaen, Brendan (bt054f) <bt054f@att.com>2018-08-09 11:18:33 -0400
commit5324446dec079bfc03c50c39626a048420e7e5a4 (patch)
treef71af87e8e9309580e61ee8eb75bbd427e07b78a /docs/delivery.rst
parente5c21f8c64b650fff6dec6ba53a4b32459ec279a (diff)
Align beijing docs with 'latest'beijing
Change-Id: Ic472e95006f3934f77247e4dc4f0d6cdd42edaf8 Issue-ID: MUSIC-94 Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
Diffstat (limited to 'docs/delivery.rst')
-rw-r--r--docs/delivery.rst44
1 files changed, 0 insertions, 44 deletions
diff --git a/docs/delivery.rst b/docs/delivery.rst
deleted file mode 100644
index f3f083a7..00000000
--- a/docs/delivery.rst
+++ /dev/null
@@ -1,44 +0,0 @@
-.. 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;
- }
-
- }
-
-