simplify ImageCms links in docs

This commit is contained in:
nulano 2020-08-09 20:44:51 +02:00
parent 24c1a32ed3
commit 2c460c3ba1
2 changed files with 14 additions and 14 deletions

View File

@ -94,13 +94,13 @@ they issued a ``DeprecationWarning``:
======================== =============================================================== ======================== ===============================================================
Removed Use instead Removed Use instead
======================== =============================================================== ======================== ===============================================================
``color_space`` Padded :py:attr:`~PIL.ImageCms.CmsProfile.xcolor_space` ``color_space`` Padded :py:attr:`~.CmsProfile.xcolor_space`
``pcs`` Padded :py:attr:`~PIL.ImageCms.CmsProfile.connection_space` ``pcs`` Padded :py:attr:`~.CmsProfile.connection_space`
``product_copyright`` Unicode :py:attr:`~PIL.ImageCms.CmsProfile.copyright` ``product_copyright`` Unicode :py:attr:`~.CmsProfile.copyright`
``product_desc`` Unicode :py:attr:`~PIL.ImageCms.CmsProfile.profile_description` ``product_desc`` Unicode :py:attr:`~.CmsProfile.profile_description`
``product_description`` Unicode :py:attr:`~PIL.ImageCms.CmsProfile.profile_description` ``product_description`` Unicode :py:attr:`~.CmsProfile.profile_description`
``product_manufacturer`` Unicode :py:attr:`~PIL.ImageCms.CmsProfile.manufacturer` ``product_manufacturer`` Unicode :py:attr:`~.CmsProfile.manufacturer`
``product_model`` Unicode :py:attr:`~PIL.ImageCms.CmsProfile.model` ``product_model`` Unicode :py:attr:`~.CmsProfile.model`
======================== =============================================================== ======================== ===============================================================
Python 2.7 Python 2.7

View File

@ -29,13 +29,13 @@ Some attributes in :py:class:`PIL.ImageCms.CmsProfile` have been removed:
======================== =============================================================== ======================== ===============================================================
Removed Use instead Removed Use instead
======================== =============================================================== ======================== ===============================================================
``color_space`` Padded :py:attr:`~PIL.ImageCms.CmsProfile.xcolor_space` ``color_space`` Padded :py:attr:`~.CmsProfile.xcolor_space`
``pcs`` Padded :py:attr:`~PIL.ImageCms.CmsProfile.connection_space` ``pcs`` Padded :py:attr:`~.CmsProfile.connection_space`
``product_copyright`` Unicode :py:attr:`~PIL.ImageCms.CmsProfile.copyright` ``product_copyright`` Unicode :py:attr:`~.CmsProfile.copyright`
``product_desc`` Unicode :py:attr:`~PIL.ImageCms.CmsProfile.profile_description` ``product_desc`` Unicode :py:attr:`~.CmsProfile.profile_description`
``product_description`` Unicode :py:attr:`~PIL.ImageCms.CmsProfile.profile_description` ``product_description`` Unicode :py:attr:`~.CmsProfile.profile_description`
``product_manufacturer`` Unicode :py:attr:`~PIL.ImageCms.CmsProfile.manufacturer` ``product_manufacturer`` Unicode :py:attr:`~.CmsProfile.manufacturer`
``product_model`` Unicode :py:attr:`~PIL.ImageCms.CmsProfile.model` ``product_model`` Unicode :py:attr:`~.CmsProfile.model`
======================== =============================================================== ======================== ===============================================================
API Changes API Changes