Skip to content

Commit b61295e

Browse files
authored
update instructions for UML image generation
1 parent cadd276 commit b61295e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Docs are built in `docs/_build`, but these docs are _not_ committed to the GitHu
172172
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`.
173173

174174
```bash
175-
pyreverse -o png causalpy --output-directory img
175+
pyreverse -o png causalpy --output-directory docs/source/_static
176176
```
177177

178178
Classes

0 commit comments

Comments
 (0)