Commit Graph

5 Commits

Author SHA1 Message Date
Ask Solem 014b1159f4 Docs: Added autodoc for kombu.compression + kombu.simple 2010-08-04 15:51:25 +02:00
Ask Solem 52e72dbb1b Forgot to add autodoc for kombu.transport.virtual 2010-08-04 15:30:00 +02:00
Ask Solem fd0296af7b All occurences of the term Backend has been replaced with Transport.
kombu.backends -> kombu.transport
BrokerConnection(backend_cls="pika") -> BrokerConnection(transport="pika")
kombu.backends.base.BaseBackend -> kombu.transport.base.Transport
kombu.backends.pyredis.RedisBackend -> kombu.transport.pyredis.Transport
etc, etc.
2010-08-04 13:53:43 +02:00
Ask Solem cd2022670f Added celery theme to documentation 2010-07-23 15:12:49 +02:00
Ask Solem 621b77a92a Added Sphinx Documentation 2010-07-23 14:43:33 +02:00