blob: cfcab0449b0e796a4dc18761f43e3b073371299d [file] [log] [blame]
Rich Bennett5baea462017-09-13 03:19:19 -04001Delivery
2--------
3Describe how functions are packaged into run-time components.
4For 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