generated from daniil-berg/boilerplate-py
sphinx documentation; adjusted all docstrings; moved some modules to non-public subpackage
This commit is contained in:
7
docs/source/api/api.rst
Normal file
7
docs/source/api/api.rst
Normal file
@ -0,0 +1,7 @@
|
||||
API
|
||||
===
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
asyncio_taskpool
|
7
docs/source/api/asyncio_taskpool.control.client.rst
Normal file
7
docs/source/api/asyncio_taskpool.control.client.rst
Normal file
@ -0,0 +1,7 @@
|
||||
asyncio\_taskpool.control.client module
|
||||
=======================================
|
||||
|
||||
.. automodule:: asyncio_taskpool.control.client
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/source/api/asyncio_taskpool.control.parser.rst
Normal file
7
docs/source/api/asyncio_taskpool.control.parser.rst
Normal file
@ -0,0 +1,7 @@
|
||||
asyncio\_taskpool.control.parser module
|
||||
=======================================
|
||||
|
||||
.. automodule:: asyncio_taskpool.control.parser
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
18
docs/source/api/asyncio_taskpool.control.rst
Normal file
18
docs/source/api/asyncio_taskpool.control.rst
Normal file
@ -0,0 +1,18 @@
|
||||
asyncio\_taskpool.control package
|
||||
=================================
|
||||
|
||||
.. automodule:: asyncio_taskpool.control
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
asyncio_taskpool.control.client
|
||||
asyncio_taskpool.control.parser
|
||||
asyncio_taskpool.control.server
|
||||
asyncio_taskpool.control.session
|
7
docs/source/api/asyncio_taskpool.control.server.rst
Normal file
7
docs/source/api/asyncio_taskpool.control.server.rst
Normal file
@ -0,0 +1,7 @@
|
||||
asyncio\_taskpool.control.server module
|
||||
=======================================
|
||||
|
||||
.. automodule:: asyncio_taskpool.control.server
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/source/api/asyncio_taskpool.control.session.rst
Normal file
7
docs/source/api/asyncio_taskpool.control.session.rst
Normal file
@ -0,0 +1,7 @@
|
||||
asyncio\_taskpool.control.session module
|
||||
========================================
|
||||
|
||||
.. automodule:: asyncio_taskpool.control.session
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/source/api/asyncio_taskpool.exceptions.rst
Normal file
7
docs/source/api/asyncio_taskpool.exceptions.rst
Normal file
@ -0,0 +1,7 @@
|
||||
asyncio\_taskpool.exceptions module
|
||||
===================================
|
||||
|
||||
.. automodule:: asyncio_taskpool.exceptions
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/source/api/asyncio_taskpool.pool.rst
Normal file
7
docs/source/api/asyncio_taskpool.pool.rst
Normal file
@ -0,0 +1,7 @@
|
||||
asyncio\_taskpool.pool module
|
||||
=============================
|
||||
|
||||
.. automodule:: asyncio_taskpool.pool
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/source/api/asyncio_taskpool.queue_context.rst
Normal file
7
docs/source/api/asyncio_taskpool.queue_context.rst
Normal file
@ -0,0 +1,7 @@
|
||||
asyncio\_taskpool.queue\_context module
|
||||
=======================================
|
||||
|
||||
.. automodule:: asyncio_taskpool.queue_context
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
25
docs/source/api/asyncio_taskpool.rst
Normal file
25
docs/source/api/asyncio_taskpool.rst
Normal file
@ -0,0 +1,25 @@
|
||||
asyncio\_taskpool package
|
||||
=========================
|
||||
|
||||
.. automodule:: asyncio_taskpool
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
asyncio_taskpool.control
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
asyncio_taskpool.exceptions
|
||||
asyncio_taskpool.pool
|
||||
asyncio_taskpool.queue_context
|
Reference in New Issue
Block a user