Skip to content

Commit

Permalink
update dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Nov 10, 2024
1 parent 1984ae7 commit d85077b
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 74 deletions.
Binary file modified docs/_static/dependencies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 60 additions & 66 deletions docs/_static/dependencies.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions docs/schemas/dependencies.dot
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,18 @@ digraph {
transform [URL="https://anemoi-transform.readthedocs.io/en/latest/", target="_blank"];
utils [URL="https://anemoi-utils.readthedocs.io/en/latest/", target="_blank"];


datasets -> utils;
graphs -> datasets [style=dashed];
inference -> datasets [style=dashed];
inference -> models;
inference -> transform;
models -> utils;
datasets -> transform;
registry -> datasets [style=dashed];
// registry -> transform [style=dashed];
registry -> utils;
training -> datasets;
training -> graphs;
transform -> utils;
// graphs -> utils;
// inference -> utils;
training -> models;
// training -> utils;
// "web" -> datasets;
// "web" -> inference;


}

0 comments on commit d85077b

Please sign in to comment.