DOC shapes and collections is fully SG compatible#8310
DOC shapes and collections is fully SG compatible#8310anntzer merged 1 commit intomatplotlib:masterfrom NelleV:MEP12_shapes_and_collections
Conversation
| PathPatch object | ||
| ================ | ||
|
|
||
| This example shows how to create Paths and PathPatch objects through |
There was a problem hiding this comment.
Backticks for cross-references? (Does that work here?)
There was a problem hiding this comment.
`Path`\s
(see e.g. https://github.com/anntzer/mplcursors/blame/master/doc/index.rst#L126, rendered at https://mplcursors.readthedocs.io/en/stable/#customization ("Line2Ds"))
There was a problem hiding this comment.
backticks might work automatically for cross references. There's unfortunately no easy way to check this just yet, but we'll see once I merge this branch into the sphinx-gallery branch.
|
|
||
| This example shows how to create `Path`\s and `PathPatch` objects through | ||
| Matplotlib's API. | ||
| """ |
There was a problem hiding this comment.
do we need blank lines around this?
There was a problem hiding this comment.
I am not sure I understand the question. If you are asking about the need for blanklines around """, then the answer is no.
|
Thanks! |
This is the last part to make the folder shapes and collection fully sphinx-gallery compatible.