Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Document API change in hist#2430

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mdboom merged 1 commit intomatplotlib:v1.3.xfromneggert:hist_doc
Sep 18, 2013
Merged

Conversation

neggert
Copy link
Contributor

Per discussion in#2293. I was having issues getting the documentation to compile (exception: cannot import name _string_to_bool), but I think this is simple enough that it should be okay.

This time at the correct branch.

@WeatherGod
Copy link
Member

That exception might be the result of the refactoring. A common oversight is that when doing "from foo import *" does not import anything starting with an underscore unless explicitly put intofoo.__all__. I wonder if this might be the case here?

@neggert
Copy link
ContributorAuthor

Looks like the function in question was moved around in#2182, but I don't think those changes are in v1.3.x.

@WeatherGod
Copy link
Member

Did you install matplotlib v1.3 prior to trying to build the docs? Unlike the tests, sphinx works off of the installed version of matplotlib rather than an in-place build of it.

@neggert
Copy link
ContributorAuthor

Yes, I've tried it with both this branch (installed usingsetup.py develop) and 1.3.0 from Anaconda.

@mdboom
Copy link
Member

I don't thinksetup.py develop will work -- you need to install to a virtualenv that sphinx will pick up. I keep meaning to get thebuild_sphinx command working, but at present it doesn't.

@neggert
Copy link
ContributorAuthor

Alright, I got it working. There was a .pth file hanging around pointing to the wrong version of matplotlib. The html looks fine.

mdboom added a commit that referenced this pull requestSep 18, 2013
@mdboommdboom merged commit4daa8ca intomatplotlib:v1.3.xSep 18, 2013
@neggertneggert deleted the hist_doc branchSeptember 23, 2013 17:33
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@neggert@WeatherGod@mdboom

[8]ページ先頭

©2009-2025 Movatter.jp