From e7231c2857b8bbe74f24c4671243ac89862827ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Courty?= <4-benoit-cty@users.noreply.git.leximpact.dev> Date: Tue, 14 Nov 2023 08:06:27 +0000 Subject: [PATCH] Add graph --- Dependencies.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Dependencies.md diff --git a/Dependencies.md b/Dependencies.md new file mode 100644 index 00000000..3f5011a5 --- /dev/null +++ b/Dependencies.md @@ -0,0 +1,10 @@ +'''mermaid +stateDiagram-v2 + [*] --> leximpact_prepare_data + leximpact_prepare_data --> leximpact_survey_scenario + leximpact_prepare_data --> leximpact_common_python_libraries + leximpact_survey_scenario --> openfisca_france_data + openfisca_france_data --> openfisca_france :master + leximpact_survey_scenario --> openfisca_france_reforms + openfisca_france_reforms --> openfisca_france :wip-leximpact +''' \ No newline at end of file -- GitLab