Skip to content

Commit bd43f9c

Browse files
committed
DOC(api): upd mod deps diagram
1 parent ff80631 commit bd43f9c

File tree

2 files changed

+102
-115
lines changed

2 files changed

+102
-115
lines changed

docs/GraphtikModuleDependencies.dot

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# dot docs/GraphtikFlowchart.dot -Tsvg -odocs/source/images/GraphtikFlowchart-vX.Y.Z.svg
44
#
55
digraph {
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

Comments
 (0)