Skip to content

Commit 9cfa2e4

Browse files
authored
Merge pull request matplotlib#31779 from tacaswell/doc/tweak_api_notes
Doc/tweak api notes
2 parents a7eff27 + 467ecd0 commit 9cfa2e4

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

doc/api/prev_api_changes/api_changes_3.11.0/behavior.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,6 @@ containing tuples of:
160160

161161
Specifically, the glyph index was added after the character code.
162162

163-
New environment variable to ignore system fonts
164-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
165-
166-
System fonts may be ignored by setting the :envvar:`MPL_IGNORE_SYSTEM_FONTS`; this
167-
suppresses searching for system fonts (in known directories or via some
168-
platform-specific subprocess) as well as limiting the results from
169-
`.FontManager.findfont`.
170-
171163
SVG links open in new tab or window
172164
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
173165

doc/api/prev_api_changes/api_changes_3.11.0/deprecations.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,9 @@ It is an internal helper not intended for external use.
282282
``image.thumbnail``
283283
~~~~~~~~~~~~~~~~~~~
284284

285-
... is deprecated without replacement. Use :external:py:`Pillow's thumbnail method
286-
<PIL.Image.Image.thumbnail>` instead. See also the `Pillow tutorial
285+
... is deprecated without replacement. Use :external:py:meth:`Pillow's
286+
thumbnail method <PIL.Image.Image.thumbnail>` instead. See also the `Pillow
287+
tutorial
287288
<https://pillow.readthedocs.io/en/stable/handbook/tutorial.html#create-jpeg-thumbnails>`_.
288289

289290
``testing.widgets.mock_event`` and ``testing.widgets.do_event``

0 commit comments

Comments
 (0)