-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Mep12 showcase #8215
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
Mep12 showcase #8215
Conversation
doc/conf.py
Outdated
@@ -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', |
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.
Don't we use this in other places in the code?
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.
hum… This was not supposed to be commited in this branch.
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.
oh yeah, I screwed up :D
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's fixed.
examples/showcase/firefox.py
Outdated
@@ -2,6 +2,8 @@ | |||
======= | |||
Firefox | |||
======= | |||
|
|||
This example shows how to create the firefox logo with Path and patches. |
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.
Firefox
"Path and Patches" or "path and patches"
examples/showcase/xkcd.py
Outdated
XKCD | ||
==== | ||
|
||
Shows how to create xkcd-like plot. |
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.
an xkcd-like plot
examples/showcase/firefox.py
Outdated
@@ -2,6 +2,8 @@ | |||
======= | |||
Firefox | |||
======= | |||
|
|||
This example shows how to create the firefox logo with path and patches. |
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.
Firefox
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.
Fixed.
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.
👍
Thanks @dstansby ! |
Backported to |
refs #7206
More documentation on showcase examples.