Skip to content

Commit 447160e

Browse files
authored
Merge pull request #22383 from jklymak/doc-fix-bad-rst
TST: fix doc build
2 parents eda1404 + b5ce53d commit 447160e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pending deprecation of layout methods
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
The methods `~Figure.set_tight_layout`, `~Figure.set_constrained_layout`,
3+
The methods `~.Figure.set_tight_layout`, `~.Figure.set_constrained_layout`,
44
are discouraged, and now emit a ``PendingDeprecationWarning`` in favor of
55
explicitly referencing the layout engine via
6-
`figure.set_layout_engine('tight')` and
7-
`figure.set_layout_engine('constrained')`. End users should not see the
6+
``figure.set_layout_engine('tight')`` and
7+
``figure.set_layout_engine('constrained')``. End users should not see the
88
warning, but library authors should adjust.
99

10-
The methods `~Figure.set_constrained_layout_pads` and
11-
`~Figure.get_constrained_layout_pads` are will be deprecated in favor of
10+
The methods `~.Figure.set_constrained_layout_pads` and
11+
`~.Figure.get_constrained_layout_pads` are will be deprecated in favor of
1212
``figure.get_layout_engine().set()`` and
1313
``figure.get_layout_engine().get()``, and currently emit a
1414
``PendingDeprecationWarning``.

0 commit comments

Comments
 (0)