# resources:diagrams:projects:RAMP:MISC #
* [[../|(UP)]]
{{indexmenu>.#2|nsort tsort}}
## Summary ##
digraph example {
rankdir="LR";
bgcolor="transparent";
node[width=0.15, height=0.15, shape=point];
edge[weight=2, arrowhead=none];
node[group=master];
1 -> 2 -> 3;
node[group=branch];
2 -> 6 -> 7;
edge[color=green];
7 -> 3;
}