Skip to content

Commit 00c6a89

Browse files
committed
Link to plugin
1 parent 9e6030f commit 00c6a89

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

docs/reference/plugins.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ Plugin reference
3333
:undoc-members:
3434
:show-inheritance:
3535

36+
:mod:`~PIL.DdsImagePlugin` Module
37+
---------------------------------
38+
39+
.. automodule:: PIL.DdsImagePlugin
40+
:members:
41+
:undoc-members:
42+
:show-inheritance:
43+
3644
:mod:`~PIL.EpsImagePlugin` Module
3745
---------------------------------
3846

docs/releasenotes/10.2.0.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ API Additions
3131
Added DdsImagePlugin enums
3232
^^^^^^^^^^^^^^^^^^^^^^^^^^
3333

34-
``DDSD``, ``DDSCAPS``, ``DDSCAPS2``, ``DDPF``, ``DXGI_FORMAT`` and ``D3DFMT``
35-
enums have been added to DdsImagePlugin.
34+
:py:class:`PIL.DdsImagePlugin.DDSD`, :py:class:`PIL.DdsImagePlugin.DDSCAPS`,
35+
:py:class:`PIL.DdsImagePlugin.DDSCAPS2`, :py:class:`PIL.DdsImagePlugin.DDPF`,
36+
:py:class:`PIL.DdsImagePlugin.DXGI_FORMAT` and :py:class:`PIL.DdsImagePlugin.D3DFMT`
37+
enums have been added to :py:class:`PIL.DdsImagePlugin`.
3638

3739
Security
3840
========

src/PIL/DdsImagePlugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Jerome Leclanche <[email protected]>
44
55
Documentation:
6-
https://web.archive.org/web/20170802060935/http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_compression_s3tc.txt
6+
https://web.archive.org/web/20170802060935/http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_compression_s3tc.txt
77
88
The contents of this file are hereby released in the public domain (CC0)
99
Full text of the CC0 license:
10-
https://creativecommons.org/publicdomain/zero/1.0/
10+
https://creativecommons.org/publicdomain/zero/1.0/
1111
"""
1212

1313
import io

0 commit comments

Comments
 (0)