Updated git submodules
[doc.git] / docs / templates / platform-component / delivery.rst
1 Delivery
2 --------
3 Describe how functions are packaged into run-time components.
4 For some components a block diagram may be useful.
5
6 .. blockdiag::
7    
8
9    blockdiag layers {
10    orientation = portrait
11    a -> m;
12    b -> n;
13    c -> x;
14    m -> y;
15    m -> z;
16    group l1 {
17         color = blue;
18         x; y; z;
19         }
20    group l2 {
21         color = yellow;
22         m; n; 
23         }
24    group l3 {
25         color = orange;
26         a; b; c;
27         }
28
29    }
30
31