-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: fix errors/warnings in running code blocks #26076
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 errors/warnings in running code blocks #26076
Conversation
Codecov Report
@@ Coverage Diff @@
## master #26076 +/- ##
==========================================
- Coverage 91.89% 91.89% -0.01%
==========================================
Files 175 175
Lines 52509 52509
==========================================
- Hits 48255 48251 -4
- Misses 4254 4258 +4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26076 +/- ##
==========================================
+ Coverage 91.89% 91.94% +0.04%
==========================================
Files 175 175
Lines 52509 52427 -82
==========================================
- Hits 48255 48204 -51
+ Misses 4254 4223 -31
Continue to review full report at Codecov.
|
@@ -161,6 +161,7 @@ Other enhancements: | |||
- ``Panel`` now supports the ``all`` and ``any`` aggregation functions. (:issue:`8302`): | |||
|
|||
.. ipython:: python | |||
:okwarning: |
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.
prob should change this to a code-block (good for followup though)
@@ -702,6 +702,7 @@ Other notable API changes: | |||
This can also be seen in multi-axis indexing with a ``Panel``. | |||
|
|||
.. ipython:: python | |||
:okwarning: |
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.
same
small comment. add Panel to code-blocks in 2 places or followup is ok. |
Yeah, we indeed need to convert those to actual code-blocks at some point. But there are still some other occurrences as well, so will leave that for a separate PR. |
Cleaning up errors / warnings in the doc build, related to the ipython code blocks:
:okwarning:
for Panel (will need to be properly cleaned up when Panel is removed)TimedeltaIndex.fillna()
with integerspd.core.config
doesn't exist anymore -> removed that call + made the actual example verbatim