-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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 all flake8 issues and warning in the documentation pages #24173
Comments
@datapythonista id like to update this table. is there a command i can run to do the appropriate checks? |
I think we are already calling For pep8 in the docs, the command is So, I guess the whole table should be set to OK, and we can close this issue. I see all the issues in the table are already closed. |
This issue is to track the pending work in making the
.rst
documentation pages be free of PEP-8 and other flake8 issues, and to not generate warnings.10min.rst
advanced.rst
api.rst
basics.rst
categorical.rst
comparison_with_r.rst
comparison_with_sas.rst
comparison_with_sql.rst
comparison_with_stata.rst
computation.rst
contributing.rst
contributing_docstring.rst
cookbook.rst
developer.rst
dsintro.rst
ecosystem.rst
enhancingperf.rst
extending.rst
gotchas.rst
groupby.rst
index.rst
indexing.rst
install.rst
internals.rst
io.rst
merging.rst
missing_data.rst
options.rst
overview.rst
r_interface.rst
release.rst
releases.rst
reshaping.rst
sparse.rst
text.rst
timedeltas.rst
timeseries.rst
tutorials.rst
visualization.rst
After this issue is closed, we shouldn't have any file (other than the whatsnew pages) in the
exclude
section offlake8-rst
insetup.cfg
, and we should be able to enable the-W
flag forsphinx-build
indoc/make.py
.CC: @FHaase
The text was updated successfully, but these errors were encountered: