From b61295e10d8ae09fa3799d6da2870d6ff4f21c8f Mon Sep 17 00:00:00 2001 From: "Benjamin T. Vincent" Date: Thu, 1 Jun 2023 15:53:31 +0100 Subject: [PATCH] update instructions for UML image generation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e1267cf..57000191 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -172,7 +172,7 @@ Docs are built in `docs/_build`, but these docs are _not_ committed to the GitHu UML diagrams can be created with the command below. If you have not already done so, you may need to `pip install 'causalpy[lint]'` in order to install `pyreverse`. ```bash -pyreverse -o png causalpy --output-directory img +pyreverse -o png causalpy --output-directory docs/source/_static ``` Classes