@@ -33,10 +33,10 @@ digraph {
3333 tooltip=" (private)"
3434 fillcolor =AliceBlue
3535 URL =" reference.html#module-graphtik.execution" ];
36- " netop .py" [shape =component
36+ " pipeline .py" [shape =component
3737 tooltip=" (public)"
3838 fillcolor =wheat
39- URL =" reference.html#module-graphtik.netop " ];
39+ URL =" reference.html#module-graphtik.pipeline " ];
4040 " plot.py" [shape =component
4141 tooltip=" (extra)"
4242 fillcolor =Aquamarine
@@ -46,13 +46,13 @@ digraph {
4646 fillcolor =Aquamarine
4747 URL =" reference.html#module-graphtik.sphinxext" ];
4848
49- {" netop .py" , " network.py" , " execution.py" , " plot.py" , " sphinxext/" } -> " op.py" [
49+ {" pipeline .py" , " network.py" , " execution.py" , " plot.py" , " sphinxext/" } -> " op.py" [
5050 tooltip=" (import-time)" ];
5151 " base.py" -> " plot.py" [tooltip=" (run-time)" style =dashed];
5252 " execution.py" -> " network.py" [tooltip=" (import-time)" ];
5353 " network.py" -> " execution.py" [tooltip=" (run-time)" style =dashed];
54- " netop .py" -> " network.py" [tooltip=" (run-time)" style =dashed];
55- " op.py" -> " netop .py" [tooltip=" (run-time)" style =dashed];
54+ " pipeline .py" -> " network.py" [tooltip=" (run-time)" style =dashed];
55+ " op.py" -> " pipeline .py" [tooltip=" (run-time)" style =dashed];
5656 " plot.py" -> {" network.py" , " execution.py" } [tooltip=" (run-time)" style =dashed];
5757 " sphinxext/" -> {" plot.py" , " execution.py" } [tooltip=" (import-time)" ];
5858}
0 commit comments