You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/project_setup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,12 @@ help you decide which tool to use for packaging.
45
45
- PyTest is listed as a development dependency
46
46
- This is configured in `setup.cfg`
47
47
- The project uses [GitHub action workflows](https://docs.github.com/en/actions) to automatically run tests on GitHub infrastructure against multiple Python versions
48
-
- Workflows can be found in [`.github/workflows`](.github/workflows/)
48
+
- Workflows can be found in [`.github/workflows`](../.github/workflows/)
49
49
-[Relevant section in the guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python?id=testing)
50
50
51
51
## Documentation
52
52
53
-
- Documentation should be put in the [`docs/`](docs/) directory. The contents have been generated using `sphinx-quickstart` (Sphinx version 1.6.5).
53
+
- Documentation should be put in the [`docs/`](../docs) directory. The contents have been generated using `sphinx-quickstart` (Sphinx version 1.6.5).
54
54
- We recommend writing the documentation using Restructured Text (reST) and Google style docstrings.
55
55
-[Restructured Text (reST) and Sphinx CheatSheet](https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html)
0 commit comments