Skip to content

Commit

Permalink
Update dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyvn committed Aug 28, 2024
1 parent 8f63850 commit 3c6d93b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@ pre-commit install

### Running tests

The testing process of *Dessine-moi* uses [pytest](https://docs.pytest.org). A Make target is defined to
help you run the tests:
The testing process of *Dessine-moi* uses [pytest](https://docs.pytest.org). A Rye task is defined
to help you run the tests:

```bash
make test
rye run test
```

This will run pytest for all relevant files (unit tests and doctests included
in the documentation).

## Building the documentation

To build the documentation, use the dedicated Make target:
To build the documentation, use the dedicated Rye task:

```bash
make docs
rye run docs
```

Incremental autobuild is also supported:

```bash
make docs-serve
rye run docs-serve
```

## Maintainers: release process
Expand Down

0 comments on commit 3c6d93b

Please sign in to comment.