-
Notifications
You must be signed in to change notification settings - Fork 73
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
Fix all numpydoc docstring warnings #547
Labels
Comments
andrewtavis
added
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
labels
Jan 8, 2025
MdSayemkhan
added a commit
to MdSayemkhan/Scribe-Data
that referenced
this issue
Jan 19, 2025
- Convert function summaries to infinitive verb form - Fix parameter and return value descriptions - Make docstrings more concise and accurate Fixes scribe-org#547
2 tasks
andrewtavis
added a commit
that referenced
this issue
Jan 19, 2025
fix: resolve numpydoc docstring warnings #547
Hey @MdSayemkhan 👋 Let us know if you'd have interest in working on this further! We can do a couple of pull requests to fix all of this as it really is a lot for one PR. Then we can turn on the pre-commit hook at the end? Hope to work with you further on this! |
Yes, I am interested to further work on this. Can you please assign me. |
Assigned :) Thanks for your willingness to help here! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Terms
Current Documentation
Now that we have the numpydoc pre-commit hook on the project thanks to #546, the next step is to fix the warnings that we have on all function/class docstrings in the project. There are many docstrings that have warnings that are shown by the hook.
The hook can be ran directly with:
Suggested Enhancement
These warnings should be fixed as well as we can :) Happy to help with this and review!
The text was updated successfully, but these errors were encountered: