-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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 doc build warnings #12545
DOC: fix doc build warnings #12545
Conversation
@@ -1625,6 +1625,7 @@ This is the correct access method | |||
This *can* work at times, but is not guaranteed, and so should be avoided | |||
|
|||
.. ipython:: python | |||
:okexcept: |
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.
I think this should be an :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.
right
Out[2]: | ||
3 b | ||
2 c | ||
dtype: object |
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.
This should not be needed (when #12370 is merged) I think? So would leave this out as well
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.
doen
so this looks reasonable. |
Thanks! |
No description provided.