Skip to content

Commit

Permalink
Fixing indentation error for contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
vprusso committed Apr 20, 2024
1 parent 5fb7617 commit 261ae81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@ A standard document has to follow the :code:`.rst` format. For more information

To use `doctest`:
- Use `make doctest` in `toqito/docs` for the docstring examples to be verified.
- Use `pytest --doctest-glob=*.rst` to check the examples in all the `.rst` files in `toqito/docs` work as expected. If you would like to only
check the examples in a specific file, use `pytest --doctest-glob=tutorials.name_of_file.rst` instead.
- Use `pytest --doctest-glob=*.rst` to check the examples in all the `.rst` files in `toqito/docs` work as expected. If
you would like to only check the examples in a specific file, use `pytest --doctest-glob=tutorials.name_of_file.rst`
instead.

--------------------
Adding a new feature
Expand Down

0 comments on commit 261ae81

Please sign in to comment.