Adds kombu.utils.url to API reference

This commit is contained in:
Ask Solem 2012-04-03 16:17:48 +01:00
parent ac25660d5d
commit b40fa572be
4 changed files with 15 additions and 2 deletions

View File

@ -52,3 +52,4 @@
kombu.utils.encoding
kombu.utils.functional
kombu.utils.finalize
kombu.utils.url

View File

@ -1,4 +1,5 @@
kombu.utils.functional
==========================================================
kombu.utils.functional
==========================================================
.. contents::

View File

@ -0,0 +1,11 @@
==============================================
kombu.utils.url
==============================================
.. contents::
:local:
.. currentmodule:: kombu.utils.url
.. automodule:: kombu.utils.url
:members:
:undoc-members:

View File

@ -8,7 +8,7 @@ from sqlalchemy.exc import OperationalError
from sqlalchemy.orm import sessionmaker
from .. import virtual
from .. exceptions import StdChannelError
from ...exceptions import StdChannelError
from .models import Queue, Message, metadata