-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Numpy style docstrings? #2403
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
Note: |
This is a good idea. Also I suppose lots of docstrings might be quite similar so it might not be as difficult as it sounds (still difficult with 1381 violations tho...) |
Closing since I do not think this is pressing, but it sounds like this is generally welcome if contributors want to update some documentation (doesn't have to be the whole project)! |
pydocstyle
merged in checking for numpy style docstrings this year. I'm intending to open a PR to getpymc3/step_methods/hmc
, which currently has 45 violations, to conform to this, which might help get a discussion about doing that for the rest of the project, which has 1,381 violations.The benefits are that it will allow us to use more of the documentation tools being built for the rest of the python science stack. The downsids are that it is one more hurdle to jump on PRs, and it can discourage quick iteration. There's a half-step I sort of like of enabling it for specific directories.
To see current problems!
The text was updated successfully, but these errors were encountered: