phofl / pydata-yerevan-sprint

0 stars 1 forks source link

Working on documentation build errors #3

Open phofl opened 1 week ago

phofl commented 1 week ago

pandas has a number of validations to check if a docstring confirms with out requirements.

The list of invalid docstrings can be found here: https://github.com/pandas-dev/pandas/blob/c468028f5c2398c04d355cef7a8b6a3952620de2/ci/code_checks.sh#L71

This post https://github.com/pandas-dev/pandas/issues/58065#issue-2214790285 explains how to approach fixing an error to get the build into a better state

The list is long, please take a few at a time and work through them. Please post the elements that you are working on.