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

Skip to content

Commit abb4351

Browse files
committed
Merge remote-tracking branch 'origin/v2.1.1-doc' into v2.1.x
2 parents 41d9380 + 92c9d00 commit abb4351

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
@@ -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)