mirror of https://github.com/celery/kombu.git
Adds autodoc for utils.debug+utils.log
This commit is contained in:
parent
ce2b3c528f
commit
df08af38a5
|
@ -0,0 +1,11 @@
|
|||
==========================================================
|
||||
Debugging - kombu.utils.debug
|
||||
==========================================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
.. currentmodule:: kombu.utils.debug
|
||||
|
||||
.. automodule:: kombu.utils.debug
|
||||
:members:
|
||||
:undoc-members:
|
|
@ -0,0 +1,11 @@
|
|||
==========================================================
|
||||
Logging - kombu.utils.log
|
||||
==========================================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
.. currentmodule:: kombu.utils.log
|
||||
|
||||
.. automodule:: kombu.utils.log
|
||||
:members:
|
||||
:undoc-members:
|
Loading…
Reference in New Issue