diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-12 09:18:24 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-12 09:18:24 -0400 |
commit | 470fa2bf8c8718cbe224156e041c9753a19a08bf (patch) | |
tree | 02e93a021054230e6c46a9afb6801f5002a0b7a8 /docs/delivery.rst | |
parent | 79b6224cd7d73c6739bfbd20b90ce5d37fb426e1 (diff) |
Add readthedocs for sdnc/oam
Add readthedocs sections for sdnc/oam.
Change-Id: I54b725947ef67b494388e919daccc08a7be7dc9b
Issue-ID: SDNC-72
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: c79ea358129eac458c0515a9ba252f5989c45b4e
Diffstat (limited to 'docs/delivery.rst')
-rw-r--r-- | docs/delivery.rst | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/delivery.rst b/docs/delivery.rst new file mode 100644 index 00000000..ba5d17b7 --- /dev/null +++ b/docs/delivery.rst @@ -0,0 +1,43 @@ +.. 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; + } + + } + |