Pulled ImageCms into it's own docpage

This commit is contained in:
wiredfool 2014-07-14 21:57:58 -07:00
parent 5e12c49034
commit 551cdedb45
3 changed files with 14 additions and 8 deletions

View File

@ -52,14 +52,6 @@ can be found here.
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:
:mod:`ImageCms` Module
----------------------
.. automodule:: PIL.ImageCms
:members:
:undoc-members:
:show-inheritance:
.. intentionally skipped documenting this because it's not documented anywhere .. intentionally skipped documenting this because it's not documented anywhere
:mod:`ImageDraw2` Module :mod:`ImageDraw2` Module

View File

@ -0,0 +1,13 @@
.. py:module:: PIL.ImageCms
.. py:currentmodule:: PIL.ImageCms
:py:mod:`ImageCms` Module
=========================
The :py:mod:`ImageCms` module provides color profile management
support using the LittleCMS2 color management engine, based on Kevin
Cazabon's PyCMS library.
.. automodule:: PIL.ImageCms
:members:
:noindex:

View File

@ -8,6 +8,7 @@ Reference
Image Image
ImageChops ImageChops
ImageColor ImageColor
ImageCms
ImageDraw ImageDraw
ImageEnhance ImageEnhance
ImageFile ImageFile