Skip to content

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

Merged
merged 4 commits into from
Jul 21, 2016

Conversation

jorisvandenbossche
Copy link
Member

No description provided.

@jorisvandenbossche jorisvandenbossche added this to the 0.19.0 milestone Jul 21, 2016
name='foo'))

dft = pd.DataFrame({'B': [0, 1, 2, np.nan, 4]},
index = pd.Index([pd.Timestamp('20130101 09:00:00'),
Copy link
Contributor

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)

Copy link
Member Author

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)

Copy link
Contributor

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) :<

Copy link
Member Author

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

@jreback
Copy link
Contributor

jreback commented Jul 21, 2016

lgtm

@jorisvandenbossche
Copy link
Member Author

@jreback there were some lint issues introduced in #13710 (so travis for master will start to fail when it reaches that PR). But fixed them here

@jorisvandenbossche jorisvandenbossche merged commit e357ea1 into pandas-dev:master Jul 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants