Skip to content

Commit

Permalink
DOC: declare numpy as the docstring style
Browse files Browse the repository at this point in the history
  • Loading branch information
aqw committed Oct 20, 2023
1 parent 9165a08 commit 8676da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ sections describe conventions followed in this project, additionally to the
[PEP 8 Style Guide](https://peps.python.org/pep-0008/).

#### The Complete Code Base:
- All classes, functions and properties (including tests) have a doc-string that
describes their functionality.
- All classes, functions and properties (including tests) have a docstring
following the [Numpy standard](https://numpydoc.readthedocs.io/en/latest/format.html).
- All functions have type hinting (including explicit return type for `None`).
- The code conforms to [PEP 8](https://peps.python.org/pep-0008/).

Expand Down

0 comments on commit 8676da3

Please sign in to comment.