-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
MEP 12: Gallery cleanup and reorganization (rebase) #1924
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
Conversation
Split demo in to two different examples
Rename fill_demo2 to fill_demo_features to clarify purpose
* Rename to imshow_demo * Add smaller version of lena image saved as a numpy binary so that use doesn't require PIL
Add new sphinx config variable `mpl_example_sections` and use this list in both `gen_gallery.py` and `gen_rst.py`.
If it's easier to merge #1918 first, I don't mind redoing the rebase. |
I've just checked out a fresh clone of this and was unable to build the docs:
Any ideas? @NelleV have you ever seen this? |
Looks like my paths are a little odd. I think I know the problem, now time to find a solution 😄... |
@pelson If seen this before: I think doing a |
Hmmm, yes, normally I'd agree, but because the clean wasn't working I took a whole new clone of this branch and it still failed. It turns out that because of the way Now building these docs. Once I've done that, I'll merge this and then rebase my conflicting branch. |
For the record, I've also been getting the following:
Which I fixed by downgrading from graphiviz 2.30 back to 2.26 (because I had it handy, but otherwise 2.28). |
I notice Lena has made her way back into the gallery. @tonysyu - would you mind creating a follow on PR to use the Grace Hopper image instead? |
MEP 12: Gallery cleanup and reorganization
@tonysyu - would mind also putting up another separate PR which fixes |
@pelson: My solution to the |
Note that lena.npy was created in PR matplotlib#1924 before I realized matplotlib could read png images without PIL. That file wasn't used anywhere else, so I remove it here.
A couple of files were removed in PR matplotlib#1918, but were accidentally re-added to `backend_driver.py` by PR matplotlib#1924.
Rebase of #1623. I rebased on a separate branch just in case I mess up. The gallery looks good on my end, but I don't have the green button so I can't check whether or not github gives the "We can’t automatically merge this pull request." message.