@@ -108,13 +108,6 @@ tools/ # Development tools
108108``` mermaid
109109flowchart LR
110110
111- subgraph algorithms["algorithms"]
112- algorithms_build[["build"]]
113- algorithms_lint{{"lint"}}
114- algorithms_test(["test"])
115- algorithms_typecheck{{"typecheck"}}
116- end
117-
118111 subgraph bibgraph["bibgraph"]
119112 bibgraph_build[["build"]]
120113 end
@@ -132,33 +125,6 @@ flowchart LR
132125 client_typecheck{{"typecheck"}}
133126 end
134127
135- subgraph evaluation["evaluation"]
136- evaluation_build[["build"]]
137- evaluation_lint{{"lint"}}
138- evaluation_test(["test"])
139- evaluation_typecheck{{"typecheck"}}
140- end
141-
142- subgraph graph_core["graph-core"]
143- graph_core_build[["build"]]
144- graph_core_lint{{"lint"}}
145- graph_core_typecheck{{"typecheck"}}
146- end
147-
148- subgraph graph_expansion["graph-expansion"]
149- graph_expansion_build[["build"]]
150- graph_expansion_lint{{"lint"}}
151- graph_expansion_test(["test"])
152- graph_expansion_typecheck{{"typecheck"}}
153- end
154-
155- subgraph graph_gen["graph-gen"]
156- graph_gen_build[["build"]]
157- graph_gen_lint{{"lint"}}
158- graph_gen_test(["test"])
159- graph_gen_typecheck{{"typecheck"}}
160- end
161-
162128 subgraph tools["tools"]
163129 tools_lint{{"lint"}}
164130 tools_typecheck{{"typecheck"}}
@@ -192,11 +158,6 @@ flowchart LR
192158 end
193159
194160 %% Task dependencies
195- algorithms_typecheck --> algorithms_build
196- graph_expansion_build --> algorithms_build
197- graph_gen_build --> algorithms_build
198- types_build --> algorithms_build
199- algorithms_typecheck --> algorithms_test
200161 client_build --> cli_test
201162 types_build --> cli_test
202163 utils_build --> cli_test
@@ -205,23 +166,6 @@ flowchart LR
205166 utils_build --> client_build
206167 types_build --> client_test
207168 utils_build --> client_test
208- evaluation_typecheck --> evaluation_build
209- algorithms_build --> evaluation_build
210- types_build --> evaluation_build
211- graph_expansion_build --> evaluation_build
212- algorithms_build --> evaluation_test
213- types_build --> evaluation_test
214- graph_expansion_build --> evaluation_test
215- graph_core_typecheck --> graph_core_build
216- algorithms_build --> graph_core_build
217- graph_expansion_build --> graph_core_build
218- graph_expansion_typecheck --> graph_expansion_build
219- graph_gen_build --> graph_expansion_build
220- types_build --> graph_expansion_build
221- graph_gen_build --> graph_expansion_test
222- types_build --> graph_expansion_test
223- graph_gen_typecheck --> graph_gen_build
224- graph_gen_typecheck --> graph_gen_test
225169 types_typecheck --> types_build
226170 ui_typecheck --> ui_build
227171 types_build --> ui_build
@@ -233,17 +177,11 @@ flowchart LR
233177 types_build --> utils_test
234178 web_typecheck --> web_build
235179 types_build --> web_build
236- algorithms_build --> web_build
237180 client_build --> web_build
238- graph_core_build --> web_build
239- graph_expansion_build --> web_build
240181 ui_build --> web_build
241182 utils_build --> web_build
242183 types_build --> web_test
243- algorithms_build --> web_test
244184 client_build --> web_test
245- graph_core_build --> web_test
246- graph_expansion_build --> web_test
247185 ui_build --> web_test
248186 utils_build --> web_test
249187```
0 commit comments