remove lfdocs from doc setup guide
[doc.git] / docs / guides / onap-documentation / templates / sections / delivery.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright 2021 ONAP contributors, Nokia
4
5 Delivery
6 ========
7
8 ..
9    * This section is used to describe the delivery of a software component.
10      For a run-time component, this might be executable images, containers, etc.
11      For an SDK, this might be libraries.
12
13    * This section is typically provided for a platform-component and sdk;
14      and referenced in developer and user guides.
15
16 Process
17 -------
18 ..
19   If needed, describe the steps of the delivery pictured on the block diagram.
20
21 .. blockdiag::
22
23
24     blockdiag layers {
25       orientation = portrait
26       a -> m;
27       b -> n;
28       c -> x;
29       m -> y;
30       m -> z;
31       group l1 {
32         shape = line;
33         color = "#07819B";
34         x; y; z;
35         }
36     group l2 {
37       shape = line;
38       color = "#1a3d6f";
39       m; n;
40     }
41     group l3 {
42       shape = line;
43       color = "#5dbeba";
44       a; b; c;
45     }
46
47     }
48
49 Deliverables
50 ------------
51
52 ..
53   List the deliverables in the package here.