-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: some general doc/sphinx fixes #13740
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: some general doc/sphinx fixes #13740
Conversation
name='foo')) | ||
|
||
dft = pd.DataFrame({'B': [0, 1, 2, np.nan, 4]}, | ||
index = pd.Index([pd.Timestamp('20130101 09:00:00'), |
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.
do we still have *
imports anywhere? (otherwise this should have broken)
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.
It was broken :-) (as I noticed in the travis doc build log, otherwise I wouldn't have catched this)
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.
haha, makes sense! good that these raise (though didn't seem to fail the travis build) :<
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.
no, currently the travis build does not fail for such errors. But in principle we could do a search for certain patterns in the doc build log and let travis fail based on that
lgtm |
479fe8a
to
1c70bb3
Compare
1c70bb3
to
665cee1
Compare
No description provided.