Mep12 showcase #8215

Merged
merged 2 commits into from Mar 7, 2017

Conversation

Projects
None yet
5 participants
Contributor

NelleV commented Mar 7, 2017

refs #7206

More documentation on showcase examples.

NelleV added the Documentation label Mar 7, 2017

doc/conf.py
@@ -28,9 +28,8 @@
extensions = ['matplotlib.sphinxext.mathmpl', 'sphinxext.math_symbol_table',
'sphinx.ext.autodoc', 'matplotlib.sphinxext.only_directives',
'sphinx.ext.doctest', 'sphinx.ext.autosummary',
- 'matplotlib.sphinxext.plot_directive',
@tacaswell

tacaswell Mar 7, 2017

Owner

Don't we use this in other places in the code?

@NelleV

NelleV Mar 7, 2017

Contributor

hum… This was not supposed to be commited in this branch.

@NelleV

NelleV Mar 7, 2017

Contributor

oh yeah, I screwed up :D

@NelleV

NelleV Mar 7, 2017

Contributor

It's fixed.

tacaswell added this to the 2.1 (next point release) milestone Mar 7, 2017

examples/showcase/firefox.py
@@ -2,6 +2,8 @@
=======
Firefox
=======
+
+This example shows how to create the firefox logo with Path and patches.
@anntzer

anntzer Mar 7, 2017

Contributor

Firefox
"Path and Patches" or "path and patches"

examples/showcase/xkcd.py
+XKCD
+====
+
+Shows how to create xkcd-like plot.
@anntzer

anntzer Mar 7, 2017

Contributor

an xkcd-like plot

@NelleV NelleV DOC moving showcase examples to sphinx-gallery
1e653fd
examples/showcase/firefox.py
@@ -2,6 +2,8 @@
=======
Firefox
=======
+
+This example shows how to create the firefox logo with path and patches.
@QuLogic

QuLogic Mar 7, 2017

Member

Firefox

@NelleV

NelleV Mar 7, 2017

Contributor

Fixed.

@NelleV NelleV DOC capitalized firefox
034fa32

NelleV changed the title from Mep12 showcase to [MRG] Mep12 showcase Mar 7, 2017

@anntzer

anntzer approved these changes Mar 7, 2017

anntzer changed the title from [MRG] Mep12 showcase to [MRG+1] Mep12 showcase Mar 7, 2017

@dstansby

👍

@dstansby dstansby merged commit 558fb80 into matplotlib:master Mar 7, 2017

0 of 2 checks passed

continuous-integration/appveyor/pr Waiting for AppVeyor build to complete
Details
continuous-integration/travis-ci/pr The Travis CI build is in progress
Details

dstansby changed the title from [MRG+1] Mep12 showcase to Mep12 showcase Mar 7, 2017

Contributor

NelleV commented Mar 8, 2017

Thanks @dstansby !

NelleV deleted the unknown repository branch Mar 13, 2017

dstansby added the MEP12 label Mar 25, 2017

@dstansby dstansby added a commit that referenced this pull request Mar 25, 2017

@dstansby dstansby Merge pull request #8215 from NelleV/MEP12_showcase
Mep12 showcase
f49fe39
Contributor

dstansby commented Mar 25, 2017

Backported to 2.0.0-doc via. f49fe39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment