Open
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location 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