10000 Fix unbalanced backticks. · matplotlib/matplotlib@f5e22ae · GitHub
[go: up one dir, main page]

Skip to content

Commit f5e22ae

Browse files
committed
Fix unbalanced backticks.
1 parent 0b797a1 commit f5e22ae

File tree

6 files changed

+20
-38
lines changed

6 files changed

+20
-38
lines changed

doc/api/prev_api_changes/api_changes_0.91.0.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ Changes for 0.91.0
5757
extent of a line of ordinary text. The default is 1.2;
5858
``linespacing=2`` would be like ordinary double spacing, for example.
5959

60-
* Changed default kwarg in
61-
:meth:`matplotlib.colors.Normalize.__init__`` to ``clip=False``;
60+
* Changed default kwarg in `matplotlib.colors.Normalize` to ``clip=False``;
6261
clipping silently defeats the purpose of the special over, under,
6362
and bad values in the colormap, thereby leading to unexpected
6463
behavior. The new default should reduce such surprises.

doc/api/prev_api_changes/api_changes_0.98.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Old method New method
218218
============================================================ ============================================================
219219
Old method New method
220220
============================================================ ============================================================
221-
`Contour._segments` :meth:`matplotlib.contour.Contour.get_paths`` [Returns a
221+
`Contour._segments` :meth:`matplotlib.contour.Contour.get_paths` [Returns a
222222
list of :class:`matplotlib.path.Path` instances.]
223223
============================================================ ============================================================
224224

doc/api/prev_api_changes/api_changes_1.4.x.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ original location:
4646
the upper and lower limits (*lolims*, *uplims*, *xlolims*, *xuplims*) now
4747
point in the correct direction.
4848

49-
* The *fmt* kwarg for :func:`~matplotlib.pyplot.errorbar now supports
49+
* The *fmt* kwarg for :func:`~matplotlib.pyplot.errorbar` now supports
5050
the string 'none' to suppress drawing of a line and markers; use
5151
of the *None* object for this is deprecated. The default *fmt*
5252
value is changed to the empty string (''), so the line and markers
@@ -72,7 +72,7 @@ original location:
7272
* For consistency the ``face_alpha`` keyword to
7373
:class:`matplotlib.patheffects.SimplePatchShadow` has been deprecated in
7474
favour of the ``alpha`` keyword. Similarly, the keyword ``offset_xy`` is now
75-
named ``offset`` across all :class:`~matplotlib.patheffects.AbstractPathEffect`s.
75+
named ``offset`` across all :class:`~matplotlib.patheffects.AbstractPathEffect`\ s.
7676
``matplotlib.patheffects._Base`` has
7777
been renamed to :class:`matplotlib.patheffects.AbstractPathEffect`.
7878
``matplotlib.patheffect.ProxyRenderer`` has been renamed to

doc/api/prev_api_changes/api_changes_3.1.0.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,8 @@ future version.
865865

866866
- `.projections.process_projection_requirements`
867867

868-
- `.backend_ps.PsBackendHelper``
869-
- `.backend_ps.ps_backend_helper``,
868+
- ``backend_ps.PsBackendHelper``
869+
- ``backend_ps.ps_backend_helper``,
870870

871871
- `.cbook.iterable`
872872
- `.cbook.get_label`
@@ -938,7 +938,8 @@ Axes3D
938938
- `.axes3d.Axes3D.w_yaxis`
939939
- `.axes3d.Axes3D.w_zaxis`
940940

941-
Use `.axes3d.Axes3D.xaxis`, `.axes3d.Axes3D.and `.axes3d.Axes3D.zaxis` instead.
941+
Use `.axes3d.Axes3D.xaxis`, `.axes3d.Axes3D.yaxis` and `.axes3d.Axes3D.zaxis`
942+
instead.
942943

943944
Testing
944945
~~~~~~~
@@ -960,8 +961,8 @@ whereas calling ``set_facecolor`` does.
960961
GUI / backend details
961962
~~~~~~~~~~~~~~~~~~~~~
962963

963-
- `.get_py2exe_datafiles``
964-
- `.tk_window_focus``
964+
- ``.get_py2exe_datafiles``
965+
- ``.tk_window_focus``
965966
- `.backend_gtk3.FileChooserDialog`
966967
- `.backend_gtk3.NavigationToolbar2GTK3.get_filechooser`
967968
- `.backend_gtk3.SaveFigureGTK3.get_filechooser`

doc/missing-references.json

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,12 +1060,6 @@
10601060
"matplotlib.pyplot.get_scale_docs()": [
10611061
"doc/api/prev_api_changes/api_changes_3.1.0.rst:861"
10621062
],
1063-
"backend_ps.PsBackendHelper`": [
1064-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:868"
1065-
],
1066-
"backend_ps.ps_backend_helper`": [
1067-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:869"
1068-
],
10691063
"dates.strpdate2num": [
10701064
"doc/api/prev_api_changes/api_changes_3.1.0.rst:926"
10711065
],
@@ -1075,7 +1069,10 @@
10751069
"axes3d.Axes3D.xaxis": [
10761070
"doc/api/prev_api_changes/api_changes_3.1.0.rst:941"
10771071
],
1078-
"axes3d.Axes3D.and `.axes3d.Axes3D.zaxis": [
1072+
"axes3d.Axes3D.yaxis": [
1073+
"doc/api/prev_api_changes/api_changes_3.1.0.rst:941"
1074+
],
1075+
"axes3d.Axes3D.zaxis": [
10791076
"doc/api/prev_api_changes/api_changes_3.1.0.rst:941"
10801077
],
10811078
"pytest.mark.backend(...)": [
@@ -1094,12 +1091,6 @@
10941091
"doc/users/prev_whats_new/whats_new_2.2.rst:198",
10951092
"doc/users/prev_whats_new/whats_new_2.2.rst:201"
10961093
],
1097-
"get_py2exe_datafiles`": [
1098-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:963"
1099-
],
1100-
"tk_window_focus`": [
1101-
"doc/api/prev_api_changes/api_changes_3.1.0.rst:964"
1102-
],
11031094
"backend_gtk3.FileChooserDialog": [
11041095
"doc/api/prev_api_changes/api_changes_3.1.0.rst:965"
11051096
],
@@ -3884,9 +3875,6 @@
38843875
"FT_Attach_File": [
38853876
"doc/api/prev_api_changes/api_changes_0.91.0.rst:35"
38863877
],
3887-
"matplotlib.colors.Normalize.__init__`": [
3888-
"doc/api/prev_api_changes/api_changes_0.91.0.rst:60"
3889-
],
38903878
"matplotlib.cm.ScalarMappable.add_observer": [
38913879
"doc/api/prev_api_changes/api_changes_0.98.0.rst:10"
38923880
],
@@ -3926,7 +3914,7 @@
39263914
"matplotlib.colors.ColorConvertor.to_rgba_array": [
39273915
"doc/api/prev_api_changes/api_changes_0.98.0.rst:211"
39283916
],
3929-
"matplotlib.contour.Contour.get_paths`": [
3917+
"matplotlib.contour.Contour.get_paths": [
39303918
"doc/api/prev_api_changes/api_changes_0.98.0.rst:222"
39313919
],
39323920
"matplotlib.backend_bases.GraphicsContext.get_clip_path": [
@@ -4011,6 +3999,9 @@
40113999
"fig.patch.get_alpha": [
40124000
"doc/users/prev_whats_new/whats_new_1.3.rst:219"
40134001
],
4002+
"matplotlib.dates.DateFormatter.__call__": [
4003+
"doc/users/prev_whats_new/whats_new_1.5.rst:496"
4004+
],
40144005
"matplotlib.tickers.Locator.tick_values": [
40154006
"doc/users/prev_whats_new/whats_new_1.5.rst:542"
40164007
],
@@ -4331,9 +4322,6 @@
43314322
"matplotlib.colors.ColorConverter": [
43324323
"doc/api/prev_api_changes/api_changes_1.2.x.rst:140"
43334324
],
4334-
"matplotlib.patheffects.AbstractPathEffect`s.\n``matplotlib.patheffects._Base`": [
4335-
"doc/api/prev_api_changes/api_changes_1.4.x.rst:72"
4336-
],
43374325
"matplotlib.backqend_pdf.PdfFile": [
43384326
"doc/api/prev_api_changes/api_changes_2.1.0.rst:435"
43394327
],
@@ -4467,9 +4455,6 @@
44674455
"matplotilb.mpl_toolkits.axes_grid.anchored_artists.AnchoredSizeBar": [
44684456
"doc/users/prev_whats_new/whats_new_1.4.rst:398"
44694457
],
4470-
"matplotlib.dates.DateFormatter`s'\n:meth:`~matplotlib.dates.DateFormatter.strftime": [
4471-
"doc/users/prev_whats_new/whats_new_1.5.rst:496"
4472-
],
44734458
"matplotlib.tickers.Locator": [
44744459
"doc/users/prev_whats_new/whats_new_1.5.rst:542"
44754460
],
@@ -4774,9 +4759,6 @@
47744759
"matplotlib.compat.subprocess": [
47754760
"doc/api/prev_api_changes/api_changes_1.3.x.rst:198"
47764761
],
4777-
"matplotlib.pyplot.errorbar now supports\nthe string 'none' to suppress drawing of a line and markers; use\nof the *None* object for this is deprecated. The default *fmt*\nvalue is changed to the empty string (''), so the line and markers\nare governed by the :func:`~matplotlib.pyplot.plot": [
4778-
"doc/api/prev_api_changes/api_changes_1.4.x.rst:49"
4779-
],
47804762
"matplotlib.axes.Axes._get_legend_handles": [
47814763
"doc/api/prev_api_changes/api_changes_1.4.x.rst:93"
47824764
],

doc/users/prev_whats_new/whats_new_1.5.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,8 @@ backends.
493493

494494
DateFormatter strftime
495495
``````````````````````
496-
:class:`~matplotlib.dates.DateFormatter`s'
497-
:meth:`~matplotlib.dates.DateFormatter.strftime` method will format
496+
:class:`~matplotlib.dates.DateFormatter`\ 's
497+
:meth:`~matplotlib.dates.DateFormatter.__call__` method will format
498498
a :class:`datetime.datetime` object with the format string passed to
499499
the formatter's constructor. This method accepts datetimes with years
500500
before 1900, unlike :meth:`datetime.datetime.strftime`.

0 commit comments

Comments
 (0)
0