-
-
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: Remove flake8 errors for basics.rst and contributing_docstring.rst #24598
Conversation
need to merge master |
96adc2e
to
f8f8950
Compare
doc/source/basics.rst
Outdated
@@ -807,15 +807,15 @@ Compare the following | |||
.. code-block:: python | |||
|
|||
# f, g, and h are functions taking and returning ``DataFrames`` | |||
>>> f(g(h(df), arg1=1), arg2=2, arg3=3) | |||
>>> f(g(h(df), arg1=1), arg2=2, arg3=3) # noqa F821 |
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.
hmm, this is really ugly, @datapythonista ?
Codecov Report
@@ Coverage Diff @@
## master #24598 +/- ##
=======================================
Coverage 92.38% 92.38%
=======================================
Files 166 166
Lines 52478 52478
=======================================
Hits 48483 48483
Misses 3995 3995
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24598 +/- ##
==========================================
- Coverage 92.38% 92.38% -0.01%
==========================================
Files 166 166
Lines 52478 52490 +12
==========================================
+ Hits 48483 48493 +10
- Misses 3995 3997 +2
Continue to review full report at Codecov.
|
Sorry, I wasn't available the last couple of days. That's the reason I didn't create the issues for |
thanks @saurav2608 |
@saurav2608 / @jreback , I still see
|
Thanks for offering @iamshreeram, but we may be moving that page our of the docs into the website, so not worth fixing those at this point. You can easily find things to fix in the docstrings, those will be much more useful. |
We're hunting errors to fix, and I'm just getting started, so we appreciate your pointers, @datapythonista ! |
|
are you in the Walmart hackathon? how people is communicating there, do you have any IM? |
Do you think I can get an invitation? |
Please try - http://bit.ly/pandashackslack |
@datapythonista , are you able to join? |
xref: #24173