-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Docstrings missing from .py files in Sphinxext docs folder #58812
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
Thanks for the suggestion. Ideally, we would want to have docstrings for every function, but I think it's more beneficial to write docstrings for the public pandas methods over these internal scripts. Feel free to submit a PR to add the docstrings, but we also have open issues for improving the public documentation (such as #58065), and would appreciate your help on these issues instead |
I'm new to open source but interested in tackling this issue! Happy to learn and contribute. Can I take this on? |
Of course! |
Hi! New to open source and just wondering what the progress was on this issue? |
Hello, I was wondering if I could tackle this as well? |
Hey @anishfish2 and @MrF1ow, thanks for the interest but there is already someone working on this issue. Happy to have your help on other issues with the |
If someone's already working on it, can they assign the issue to themself? That would make it easier for the rest of us to find unassigned issues. |
Pandas version checks
main
hereLocation of the documentation
https://github.com/pandas-dev/pandas/blob/main/doc/sphinxext/contributors.py
https://github.com/pandas-dev/pandas/blob/main/doc/sphinxext/announce.py
Documentation problem
Both announce.py and contributors.py are missing the class and function docstrings encouraged by Pandas documentation. There are around 5 functions and 1 class that need documenting. Docstrings are always helpful for new users looking to contribute to the codebase.
Suggested fix for documentation
The docs have a detailed docstring how-to guide:
https://pandas.pydata.org/docs/dev/development/contributing_docstring.html
The text was updated successfully, but these errors were encountered: