Skip to content

Commit db9edb7

Browse files
author
Yang
committed
fix links test
1 parent 1ab07ba commit db9edb7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

docs/project_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ help you decide which tool to use for packaging.
4545
- PyTest is listed as a development dependency
4646
- This is configured in `setup.cfg`
4747
- 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/)
4949
- [Relevant section in the guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python?id=testing)
5050

5151
## Documentation
5252

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).
5454
- We recommend writing the documentation using Restructured Text (reST) and Google style docstrings.
5555
- [Restructured Text (reST) and Sphinx CheatSheet](https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html)
5656
- [Google style docstring examples](http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html).

0 commit comments

Comments
 (0)