8000 Merge pull request #10228 from anntzer/rst-markup · matplotlib/matplotlib@c96014f · GitHub
[go: up one dir, main page]

Skip to content

Commit c96014f

Browse files
authored
Merge pull request #10228 from anntzer/rst-markup
Add closing quotes to embedded python in rst markup.
2 parents 4dc870a + 8e17955 commit c96014f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ guide:
189189
'polar' | 'rectilinear'], optional
190190
The projection type of the axes.
191191
192+
...
193+
"""
194+
192195
Alternatively, you can describe the valid parameter values in a dedicated
193196
section of the docstring.
194197

@@ -203,8 +206,6 @@ guide:
203206
-------
204207
lines : `~matplotlib.collections.LineCollection`
205208
206-
207-
208209
Linking to other code
209210
---------------------
210211
To link to other methods, classes, or modules in Matplotlib you can encase
@@ -322,6 +323,7 @@ calls in `matplotlib.patches`.
322323

323324
Adding figures
324325
==============
326+
325327
Figures in the documentation are automatically generated from scripts.
326328
It is not necessary to explicitly save the figure from the script; this will be
327329
done automatically when the docs are built to ensure that the code that is

0 commit comments

Comments
 (0)
0