From cd5a70ed07965ef27f4655c1530e76f13baac0f1 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Mon, 21 Apr 2025 18:02:25 +1000 Subject: [PATCH] Update headings (#132) --- Tests/README.rst | 2 +- docs/deprecations.rst | 2 +- docs/reference/plugins.rst | 4 ++-- docs/releasenotes/11.0.0.rst | 2 +- docs/releasenotes/5.0.0.rst | 2 +- docs/releasenotes/8.1.0.rst | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Tests/README.rst b/Tests/README.rst index 2d014e5a4..a955ec4fa 100644 --- a/Tests/README.rst +++ b/Tests/README.rst @@ -1,4 +1,4 @@ -Pillow Tests +Pillow tests ============ Test scripts are named ``test_xxx.py``. Helper classes and functions can be found in ``helper.py``. diff --git a/docs/deprecations.rst b/docs/deprecations.rst index 7f8e76bcc..0490ba439 100644 --- a/docs/deprecations.rst +++ b/docs/deprecations.rst @@ -155,7 +155,7 @@ JpegImageFile.huffman_ac and JpegImageFile.huffman_dc The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused. They have been deprecated, and will be removed in Pillow 12 (2025-10-15). -Specific WebP Feature Checks +Specific WebP feature checks ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. deprecated:: 11.0.0 diff --git a/docs/reference/plugins.rst b/docs/reference/plugins.rst index c81be850a..243d4f353 100644 --- a/docs/reference/plugins.rst +++ b/docs/reference/plugins.rst @@ -58,7 +58,7 @@ Plugin reference :show-inheritance: :mod:`~PIL.FitsImagePlugin` module --------------------------------------- +---------------------------------- .. automodule:: PIL.FitsImagePlugin :members: @@ -194,7 +194,7 @@ Plugin reference :show-inheritance: :mod:`~PIL.MpoImagePlugin` module ----------------------------------- +--------------------------------- .. automodule:: PIL.MpoImagePlugin :members: diff --git a/docs/releasenotes/11.0.0.rst b/docs/releasenotes/11.0.0.rst index 95cf00557..020fbf7df 100644 --- a/docs/releasenotes/11.0.0.rst +++ b/docs/releasenotes/11.0.0.rst @@ -103,7 +103,7 @@ JpegImageFile.huffman_ac and JpegImageFile.huffman_dc The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused. They have been deprecated, and will be removed in Pillow 12 (2025-10-15). -Specific WebP Feature Checks +Specific WebP feature checks ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. deprecated:: 11.0.0 diff --git a/docs/releasenotes/5.0.0.rst b/docs/releasenotes/5.0.0.rst index ad1cc4520..2b93e0322 100644 --- a/docs/releasenotes/5.0.0.rst +++ b/docs/releasenotes/5.0.0.rst @@ -65,7 +65,7 @@ A new named parameter, ``fillcolor``, has been added to the area outside the transformed area in the output image. This parameter takes the same color specifications as used in ``Image.new``. -GIF Disposal +GIF disposal ^^^^^^^^^^^^ Multiframe GIF images now take an optional disposal parameter to diff --git a/docs/releasenotes/8.1.0.rst b/docs/releasenotes/8.1.0.rst index fe79b5d64..06e6d9974 100644 --- a/docs/releasenotes/8.1.0.rst +++ b/docs/releasenotes/8.1.0.rst @@ -26,7 +26,7 @@ leading to an out-of-bounds write in ``TiffDecode.c``. This potentially affects versions from 6.0.0 to 8.0.1, depending on the version of LibTIFF. This was reported through `Tidelift`_. -:cve:`2020-35655`: SGI Decode buffer overrun +:cve:`2020-35655`: SGI decode buffer overrun ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 4 byte read overflow in ``SgiRleDecode.c``, where the code was not correctly