-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC fix *_option() docstring #31571
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
DOC fix *_option() docstring #31571
Conversation
Is there any way to see the artefacts of the documentation built? |
Do we want a non-regression test for this? |
Yes you can build the documentation locally. See https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#building-the-documentation |
Yes probably if not too much work |
I was more referring to the artefacts stored by the CIs. I wanted to not build the documentation locally :) |
I assume that you are referring to the unit test. I mentioning this because supposedly, you already have the numpydoc validation which is running (but not catching this one). It might be better to contribute upstream this case than just adding a single brittle test, isn't it? |
Gotcha yeah sadly we don't (to my knowledge) create any docs artefacts in azure for PRs. |
I build locally for the |
Co-authored-by: Guillaume Lemaitre <[email protected]>
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff