-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Fixed all remaining GL02 documentation errors and added appropriate check in CI #43003
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
Conversation
fshi01
commented
Aug 12, 2021
- Closes DOC: Fixed GL02 errors in documentation #42809
- Adds check for GL02 in CI
there is a precommit failure |
The pre-commit error is now fixed. The remaining errors stem from test_nat_doc_strings, which tests overlapping methods for matching docstrings. In order to fix the remaining GL02 docstring errors, I had to overwrite the docstring for two methods from the parent class. In order to fix these two errors, the docstrings will not match. How should I proceed? |
right you will have to add these same methods to NaT (possibly adjusting the text) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @fshi01 very nice! |