-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: remove sphinx markup that confsed SG #10460
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
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.
👍 when CI passes
@dstansby thanks. Will you squash/merge to fix the typo in my commit message (confsed -> confused) 👼 |
examples/recipes/create_subplots.py
Outdated
@@ -24,7 +24,7 @@ | |||
# Fernando Perez has provided a nice top level method to create in | |||
# :func:`~matplotlib.pyplots.subplots` (note the "s" at the end) | |||
# everything at once, and turn on x and y sharing for the whole bunch. | |||
# You can either unpack the axes individually:: | |||
# You can either unpack the axes individually. |
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.
While you're cleaning this up...any chance to make that an actual sentence--or make some semblance of sense?
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, I see now...probably should end in "..." to indicate the continuation coming later.
2972982
to
cf8bad6
Compare
I pushed an update with the typos corrected. |
thanks @QuLogic |
Backport PR #10460 on branch v2.2.x
Some vestiges of an old RST file in the doc gallery confused sphinx-gallery.
See
https://matplotlib.org/gallery/recipes/create_subplots.html#sphx-glr-gallery-recipes-create-subplots-py
and
https://matplotlib.org/devdocs/gallery/recipes/create_subplots.html#sphx-glr-gallery-recipes-create-subplots-py
This should fix that.