update link to upper-constraints.txt
[doc.git] / docs / 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
4 Delivery
5 ========
6
7 .. note::
8    * This section is used to describe a software component packaging.
9      For a run-time component this might be executable images, containers, etc.
10      For an SDK this might be libraries.
11
12    * This section is typically provided for a platform-component and sdk;
13      and referenced in developer and user guides
14    
15    * This note must be removed after content has been added.
16
17 Example use of a block diagram.
18
19 .. blockdiag::
20    
21
22    blockdiag layers {
23    orientation = portrait
24    a -> m;
25    b -> n;
26    c -> x;
27    m -> y;
28    m -> z;
29    group l1 {
30         color = blue;
31         x; y; z;
32         }
33    group l2 {
34         color = yellow;
35         m; n; 
36         }
37    group l3 {
38         color = orange;
39         a; b; c;
40         }
41
42    }
43
44