summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/reference/index.rst61
1 files changed, 43 insertions, 18 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst
index 547d0875..fea4dff6 100644
--- a/docs/reference/index.rst
+++ b/docs/reference/index.rst
@@ -5,6 +5,9 @@
:Release: |version|
:Date: |today|
+Kombu Core
+==========
+
.. toctree::
:maxdepth: 1
@@ -24,21 +27,18 @@
kombu.pools
kombu.abstract
kombu.resource
- kombu.asynchronous
- kombu.asynchronous.hub
- kombu.asynchronous.semaphore
- kombu.asynchronous.timer
- kombu.asynchronous.debug
- kombu.asynchronous.http
- kombu.asynchronous.http.base
- kombu.asynchronous.http.curl
- kombu.asynchronous.aws
- kombu.asynchronous.aws.connection
- kombu.asynchronous.aws.sqs
- kombu.asynchronous.aws.sqs.connection
- kombu.asynchronous.aws.sqs.message
- kombu.asynchronous.aws.sqs.queue
+ kombu.serialization
+
+Kombu Transports
+================
+
+.. toctree::
+ :maxdepth: 1
+
kombu.transport
+ kombu.transport.base
+ kombu.transport.virtual
+ kombu.transport.virtual.exchange
kombu.transport.azurestoragequeues
kombu.transport.azureservicebus
kombu.transport.pyamqp
@@ -56,10 +56,35 @@
kombu.transport.SQS
kombu.transport.SLMQ
kombu.transport.pyro
- kombu.transport.base
- kombu.transport.virtual
- kombu.transport.virtual.exchange
- kombu.serialization
+
+
+Kombu Asynchronous
+==================
+
+.. toctree::
+ :maxdepth: 1
+
+ kombu.asynchronous
+ kombu.asynchronous.hub
+ kombu.asynchronous.semaphore
+ kombu.asynchronous.timer
+ kombu.asynchronous.debug
+ kombu.asynchronous.http
+ kombu.asynchronous.http.base
+ kombu.asynchronous.http.curl
+ kombu.asynchronous.aws
+ kombu.asynchronous.aws.connection
+ kombu.asynchronous.aws.sqs
+ kombu.asynchronous.aws.sqs.connection
+ kombu.asynchronous.aws.sqs.message
+ kombu.asynchronous.aws.sqs.queue
+
+Kombu utils
+===========
+
+.. toctree::
+ :maxdepth: 1
+
kombu.utils.amq_manager
kombu.utils.collections
kombu.utils.compat