Skip to content

Commit 306b58a

Browse files
committed
Link to plugin
1 parent 9e6030f commit 306b58a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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
========

0 commit comments

Comments
 (0)