create docs section Internal Modules

This commit is contained in:
nulano 2020-06-14 16:39:23 +02:00
parent eb150c5518
commit 255bd0caef
3 changed files with 39 additions and 10 deletions

View File

@ -123,12 +123,3 @@ can be found here.
:members:
:undoc-members:
:show-inheritance:
:mod:`_binary` Module
---------------------
.. automodule:: PIL._binary
:members:
:undoc-members:
:show-inheritance:

View File

@ -7,4 +7,4 @@ Internal Reference Docs
open_files
limits
block_allocator
internal_modules

View File

@ -0,0 +1,38 @@
Internal Modules
================
:mod:`_binary` Module
---------------------
.. automodule:: PIL._binary
:members:
:undoc-members:
:show-inheritance:
:mod:`_tkinter_finder` Module
-----------------------------
.. automodule:: PIL._tkinter_finder
:members:
:undoc-members:
:show-inheritance:
:mod:`_util` Module
-------------------
.. automodule:: PIL._util
:members:
:undoc-members:
:show-inheritance:
:mod:`_version` Module
----------------------
.. module:: PIL._version
.. data:: __version__
:annotation:
:type: str
This is the master version number for Pillow,
all other uses reference this module.