33# dot docs/GraphtikFlowchart.dot -Tsvg -odocs/source/images/GraphtikFlowchart-vX.Y.Z.svg
44#
55digraph {
6- label =" graphtik-v8.1+ module dependencies" ;
6+ label =" graphtik-v8.3. 1+ module dependencies" ;
77 labelloc =t;
88 node [style =filled];
99 nodesep =0.55;
@@ -60,12 +60,17 @@ digraph {
6060 URL =" reference.html#module-graphtik.network" ];
6161 }
6262
63- {" op.py" , " pipeline.py" , " network.py" , " execution.py" , " plot.py" } -> " base.py" [tooltip=" (import-time)" ];
64- " base.py" -> " plot.py" [tooltip=" (run-time)" style =dashed];
63+ {" op.py" , " network.py" } -> " base.py" [tooltip=" (import-time)"
64+ headport =n tailport =s];
65+ " execution.py" -> " base.py" [tooltip=" (import-time)"
66+ headport =n tailport =se];
67+ {" pipeline.py" , " plot.py" } -> " base.py" [tooltip=" (import-time)"
68+ headport =n tailport =sw];
69+ " base.py" -> " plot.py" [tooltip=" (run-time)" style =dashed headport =s];
6570 " execution.py" -> " network.py" [tooltip=" (import-time)" ];
66- " network.py" -> { " op.py " , " pipeline.py " , " execution.py" } [tooltip=" (run-time)" style =dashed];
71+ " network.py" -> " execution.py" [tooltip=" (run-time)" style =dashed];
6772 " op.py" -> " pipeline.py" [style =dashed
6873 tooltip=" (run-time) for plotting" ];
6974 " pipeline.py" -> {" op.py" , " network.py" } [tooltip=" (run-time)" style =dashed];
70- " sphinxext/" -> " plot.py" [tooltip=" (import-time)" ];
75+ " sphinxext/" -> " plot.py" [tooltip=" (import-time)" headport =n tailport =s ];
7176}
0 commit comments