From bf4e918252d83938713d5eace9f362d4b6a6fe97 Mon Sep 17 00:00:00 2001 From: nulano Date: Sun, 9 Aug 2020 20:48:44 +0100 Subject: [PATCH] adjust table marker lines to match the longest row Co-authored-by: Hugo van Kemenade --- docs/deprecations.rst | 7 ++++--- docs/releasenotes/8.0.0.rst | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/deprecations.rst b/docs/deprecations.rst index c60c17306..e3ad2a9e3 100644 --- a/docs/deprecations.rst +++ b/docs/deprecations.rst @@ -91,9 +91,10 @@ ImageCms.CmsProfile attributes Some attributes in :py:class:`PIL.ImageCms.CmsProfile` have been removed. From 6.0.0, they issued a ``DeprecationWarning``: -======================== =============================================================== +======================== =================================================== + Removed Use instead -======================== =============================================================== +======================== =================================================== ``color_space`` Padded :py:attr:`~.CmsProfile.xcolor_space` ``pcs`` Padded :py:attr:`~.CmsProfile.connection_space` ``product_copyright`` Unicode :py:attr:`~.CmsProfile.copyright` @@ -101,7 +102,7 @@ Removed Use instead ``product_description`` Unicode :py:attr:`~.CmsProfile.profile_description` ``product_manufacturer`` Unicode :py:attr:`~.CmsProfile.manufacturer` ``product_model`` Unicode :py:attr:`~.CmsProfile.model` -======================== =============================================================== +======================== =================================================== Python 2.7 ~~~~~~~~~~ diff --git a/docs/releasenotes/8.0.0.rst b/docs/releasenotes/8.0.0.rst index a09971b60..399e8b1c7 100644 --- a/docs/releasenotes/8.0.0.rst +++ b/docs/releasenotes/8.0.0.rst @@ -26,9 +26,9 @@ ImageCms.CmsProfile attributes Some attributes in :py:class:`PIL.ImageCms.CmsProfile` have been removed: -======================== =============================================================== +======================== =================================================== Removed Use instead -======================== =============================================================== +======================== =================================================== ``color_space`` Padded :py:attr:`~.CmsProfile.xcolor_space` ``pcs`` Padded :py:attr:`~.CmsProfile.connection_space` ``product_copyright`` Unicode :py:attr:`~.CmsProfile.copyright` @@ -36,7 +36,7 @@ Removed Use instead ``product_description`` Unicode :py:attr:`~.CmsProfile.profile_description` ``product_manufacturer`` Unicode :py:attr:`~.CmsProfile.manufacturer` ``product_model`` Unicode :py:attr:`~.CmsProfile.model` -======================== =============================================================== +======================== =================================================== API Changes ===========