mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
simplify ImageCms links in docs
This commit is contained in:
parent
24c1a32ed3
commit
2c460c3ba1
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user