Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92c9d00

Browse files
authored
Merge pull request #10230 from matplotlib/auto-backport-of-pr-10228
Backport PR #10228 on branch v2.1.1-doc
2 parents cca6e68 + ebcfd90 commit 92c9d00

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

doc/devel/documenting_mpl.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ guide:
171171
'polar' | 'rectilinear'], optional
172172
The projection type of the axes.
173173
174+
...
175+
"""
176+
174177
Alternatively, you can describe the valid parameter values in a dedicated
175178
section of the docstring.
176179

@@ -185,8 +188,6 @@ guide:
185188
-------
186189
lines : `~matplotlib.collections.LineCollection`
187190
188-
189-
190191
Linking to other code
191192
---------------------
192193
To link to other methods, classes, or modules in Matplotlib you can encase
@@ -304,6 +305,7 @@ calls in `matplotlib.patches`.
304305

305306
Adding figures
306307
==============
308+
307309
Figures in the documentation are automatically generated from scripts.
308310
It is not necessary to explicitly save the figure from the script; this will be
309311
done automatically when the docs are built to ensure that the code that is

0 commit comments

Comments
 (0)