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

Skip to content

Commit e65b522

Browse files
committed
DOC: standardize rst markup
1 parent 1e601f7 commit e65b522

17 files changed

Lines changed: 22 additions & 19 deletions

doc/users/next_whats_new/2018-09-19-AL.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
:orphan:
2-
31
`matplotlib.rc_context` is now a `contextlib.contextmanager`
4-
````````````````````````````````````````````````````````````
2+
------------------------------------------------------------
53

64
`matplotlib.rc_context` can now be used as a decorator (technically, it is now
75
implemented as a `contextlib.contextmanager`), e.g. ::

doc/users/next_whats_new/2019-06-01-AL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GridSpec.subplots()
2-
```````````````````
2+
-------------------
33

44
The `.GridSpec` class gained a `~.GridSpecBase.subplots` method, so that one
55
can write ::
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
3D axes now support minor ticks
2-
```````````````````````````````
2+
-------------------------------

doc/users/next_whats_new/2019-07-31_axes-box-aspect.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
:orphan:
21

32
Setting axes box aspect
43
-----------------------
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
:orphan:
21

32
rcParams for controlling default "raise window" behavior
43
--------------------------------------------------------
54
The new config option :rc:`figure.raise_window` allows to disable
65
raising the plot window when calling `~.pyplot.show` or `~.pyplot.pause`.
76
``MacOSX`` backend is currently not supported.
8-

doc/users/next_whats_new/2019-12-20-set_xy_position

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Align labels to axes edges
22
--------------------------
3+
34
`~.axes.Axes.set_xlabel`, `~.axes.Axes.set_ylabel` and `ColorbarBase.set_label`
45
support a parameter ``loc`` for simplified positioning. Supported values are
56
'left', 'center', or 'right'. The default is controlled via

doc/users/next_whats_new/2020-01-24-lateshare.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
`.Axes.sharex`, `.Axes.sharey`
22
------------------------------
3+
34
These new methods allow sharing axes *immediately* after creating them. For
45
example, they can be used to selectively link some axes created all together
56
using `~.Figure.subplots`.

doc/users/next_whats_new/2020-01-25-clabel_zorder.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Set zorder of contour labels
22
----------------------------
3+
34
`~.axes.Axes.clabel` now accepts a ``zorder`` kwarg
45
making it easier to set the ``zorder`` of contour labels.
56
If not specified, the default ``zorder`` of clabels used to always be 3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Simple syntax to select fonts by absolute path
2-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
----------------------------------------------
33

44
Fonts can now be selected by passing an absolute `pathlib.Path` to the *font*
55
kwarg of `.Text`.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Add generalized "mathtext.fallback" rcParam
2-
------------------------------------------------------------------------
2+
-------------------------------------------
3+
34
New "mathtext.fallback" rcParam. Takes "cm", "stix", "stixsans"
45
or "none" to turn fallback off. "mathtext.fallback_to_cm" is
5-
deprecated, but if used, will override new fallback.
6+
deprecated, but if used, will override new fallback.

0 commit comments

Comments
 (0)