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 261ae81 commit 446be8b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,10 @@ If you add a new feature to :code:`toqito`, make sure

- The function docstring follows the style guidelines as specified in `References in Docstrings`_.
- Added lines should show up as covered in the :code:`pytest` code coverage report. See `Testing`_.
- Code and tests for the new feature should follow the style guidelines as discussed in
`Code Style`_.
- Code and tests for the new feature should follow the style guidelines as discussed in `Code Style`_.
- Finally, if the new feature is a new module, it has to be listed alphabetically as :code:`autoapi/new_module/index` in
:code:`autoapi_members.rst` available in the :code:`docs` folder. When Sphinx is run locally, the new module should
then appear to be listed in the :code:`API Reference` page.
:code:`autoapi_members.rst` available in the :code:`docs` folder. When Sphinx is run locally, the new module should then
appear to be listed in the :code:`API Reference` page.


---------------------
Expand Down

0 comments on commit 446be8b

Please sign in to comment.