Moved SupportsArrayInterface under Protocols heading

This commit is contained in:
Sebastian Rittau 2024-05-11 10:47:32 +02:00 committed by GitHub
commit 8b3fd8a585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,8 +78,6 @@ Constructing images
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^
.. autofunction:: new .. autofunction:: new
.. autoclass:: SupportsArrayInterface
:show-inheritance:
.. autofunction:: fromarray .. autofunction:: fromarray
.. autofunction:: frombytes .. autofunction:: frombytes
.. autofunction:: frombuffer .. autofunction:: frombuffer
@ -368,6 +366,8 @@ Classes
Protocols Protocols
--------- ---------
.. autoclass:: SupportsArrayInterface
:show-inheritance:
.. autoclass:: SupportsGetData .. autoclass:: SupportsGetData
:show-inheritance: :show-inheritance: