You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a project in the scientific community, docstrings are expected to be in NumPy format. PyCharm defaults to :param: style, but it will do NumPy for you, just take a look in the right place:
File | Settings | Tools | Python Integrated Tools for Windows and Linux
PyCharm | Preferences | Tools | Python Integrated Tools for OS X
and change "Docstring Format" to "NumPy". If it's not present, upgrade PyCharm.
This task is to rewrite the existing ones and add a pre-commit check.
The text was updated successfully, but these errors were encountered:
As a project in the scientific community, docstrings are expected to be in NumPy format. PyCharm defaults to
:param:
style, but it will do NumPy for you, just take a look in the right place:and change "Docstring Format" to "NumPy". If it's not present, upgrade PyCharm.
This task is to rewrite the existing ones and add a pre-commit check.
The text was updated successfully, but these errors were encountered: