Skip to content

Commit

Permalink
Link to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 5, 2023
1 parent 9e6030f commit 306b58a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/reference/plugins.rst
Expand Up @@ -33,6 +33,14 @@ Plugin reference
:undoc-members:
:show-inheritance:

:mod:`~PIL.DdsImagePlugin` Module
---------------------------------

.. automodule:: PIL.DdsImagePlugin
:members:
:undoc-members:
:show-inheritance:

:mod:`~PIL.EpsImagePlugin` Module
---------------------------------

Expand Down
6 changes: 4 additions & 2 deletions docs/releasenotes/10.2.0.rst
Expand Up @@ -31,8 +31,10 @@ API Additions
Added DdsImagePlugin enums
^^^^^^^^^^^^^^^^^^^^^^^^^^

``DDSD``, ``DDSCAPS``, ``DDSCAPS2``, ``DDPF``, ``DXGI_FORMAT`` and ``D3DFMT``
enums have been added to DdsImagePlugin.
:py:class:`PIL.DdsImagePlugin.DDSD`, :py:class:`PIL.DdsImagePlugin.DDSCAPS`,
:py:class:`PIL.DdsImagePlugin.DDSCAPS2`, :py:class:`PIL.DdsImagePlugin.DDPF`,
:py:class:`PIL.DdsImagePlugin.DXGI_FORMAT` and :py:class:`PIL.DdsImagePlugin.D3DFMT`
enums have been added to :py:class:`PIL.DdsImagePlugin`.

Security
========
Expand Down

0 comments on commit 306b58a

Please sign in to comment.