mirror of https://github.com/celery/kombu.git
Docs: Added autodoc for kombu.compression + kombu.simple
This commit is contained in:
parent
40d447e806
commit
014b1159f4
|
@ -9,6 +9,7 @@
|
|||
:maxdepth: 2
|
||||
|
||||
kombu.connection
|
||||
kombu.simple
|
||||
kombu.messaging
|
||||
kombu.entity
|
||||
kombu.compat
|
||||
|
@ -21,5 +22,6 @@
|
|||
kombu.transport.base
|
||||
kombu.transport.virtual
|
||||
kombu.serialization
|
||||
kombu.compression
|
||||
kombu.abstract
|
||||
kombu.utils
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
==========================================================
|
||||
Compression - kombu.compression
|
||||
==========================================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
.. currentmodule:: kombu.compression
|
||||
|
||||
.. automodule:: kombu.compression
|
||||
:members:
|
||||
:undoc-members:
|
|
@ -0,0 +1,11 @@
|
|||
==========================================================
|
||||
Simple Interface - kombu.simple
|
||||
==========================================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
.. currentmodule:: kombu.simple
|
||||
|
||||
.. automodule:: kombu.simple
|
||||
:members:
|
||||
:undoc-members:
|
Loading…
Reference in New Issue