@@ -106,7 +106,7 @@ An example docstring looks like:
106
106
def hlines (self , y , xmin , xmax , colors = ' k' , linestyles = ' solid' ,
107
107
label = ' ' , ** kwargs ):
108
108
"""
109
- Plot horizontal lines at each `y` from ` xmin` to ` xmax` .
109
+ Plot horizontal lines at each *y* from * xmin* to * xmax* .
110
110
111
111
Parameters
112
112
----------
@@ -129,7 +129,7 @@ An example docstring looks like:
129
129
130
130
Other Parameters
131
131
----------------
132
- **kwargs : `~matplotlib.collections.LineCollection` properties.
132
+ **kwargs : `~matplotlib.collections.LineCollection` properties.
133
133
134
134
See also
135
135
--------
@@ -244,7 +244,7 @@ Referring to Matplotlib documents
244
244
=================================
245
245
246
246
In the documentation, you may want to include to a document in the
247
- Matplotlib src , e.g., a license file or an image file from `mpl-data `,
247
+ Matplotlib sources , e.g., a license file or an image file from `mpl-data `,
248
248
refer to it via a relative path from the document where the rst file
249
249
resides, e.g., in :file: `users/navigation_toolbar.rst `, you can refer to the
250
250
image icons with::
@@ -287,7 +287,7 @@ files are duplicated and large)
287
287
Internal section references
288
288
===========================
289
289
290
- To maximize internal consistency in section labelling and references,
290
+ To maximize internal consistency in section labeling and references,
291
291
use hyphen separated, descriptive labels for section references, e.g.:
292
292
293
293
.. code-block :: rst
@@ -300,7 +300,7 @@ and refer to it using the standard reference syntax:
300
300
301
301
See :ref:`howto-webapp`
302
302
303
- Keep in mind that we may want to re-organize the contents later, so
303
+ Keep in mind that we may want to reorganize the contents later, so
304
304
please try to avoid top level names in references like ``user `` or ``devel ``
305
305
or ``faq `` unless necessary, because for example the FAQ "what is a
306
306
backend?" could later become part of the users guide, so the label:
0 commit comments