-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Docs to numpydoc convention #3713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think the reason this issue has been so persistent is because there are quite a few |
When the roadmap is clear, I'd like to help with this one. |
@OriolAbril Is this issue still relevant? |
probably yes, hopefully we don't have that many errors now though. |
Closing in favor of #6378 |
Right now, running
$ python -m pydocstyle --convention=numpy pymc/ | wc -l 3090
Shows 3090.
It would be a bit much to try to fix all this at once, but a helpful contribution would be to:
python -m pydocstyle --convention=numpy pymc3/path/to/directory/
and do what the suggestions saypython -m pydocstyle --convention=numpy pymc3/path/to/directory/
topymc3/scripts/lint.sh
The text was updated successfully, but these errors were encountered: