summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-06-28 15:41:54 -0700
committerAsk Solem <ask@celeryproject.org>2016-06-28 15:41:54 -0700
commitd06248ebaaa7d0072983d87775aac3c7061e34cf (patch)
tree79d424abbfc42ad178a9b9a1c4a9f1b1f3db6264 /docs
parent65f982ccf31b86157c39a8feb42081410b83abe2 (diff)
downloadkombu-d06248ebaaa7d0072983d87775aac3c7061e34cf.tar.gz
Removes CouchDB transport for lack of resources to maintain it.
Diffstat (limited to 'docs')
-rw-r--r--docs/includes/introduction.txt5
-rw-r--r--docs/reference/index.rst1
-rw-r--r--docs/reference/kombu.transport.couchdb.rst25
-rw-r--r--docs/userguide/connections.rst2
4 files changed, 1 insertions, 32 deletions
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index f9ba8292..e20779f7 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -35,7 +35,7 @@ Features
* Virtual transports makes it really easy to add support for non-AMQP
transports. There is already built-in support for `Redis`_,
- `Beanstalk`_, `Amazon SQS`_, `CouchDB`_, `MongoDB`_, `ZeroMQ`_,
+ `Beanstalk`_, `Amazon SQS`_, `ZeroMQ`_,
`ZooKeeper`_, `SoftLayer MQ`_ and `Pyro`_.
* In-memory transport for unit testing.
@@ -64,7 +64,6 @@ and the `Wikipedia article about AMQP`_.
.. _`Redis`: http://code.google.com/p/redis/
.. _`Amazon SQS`: http://aws.amazon.com/sqs/
.. _`MongoDB`: http://www.mongodb.org/
-.. _`CouchDB`: http://couchdb.apache.org/
.. _`ZeroMQ`: http://zeromq.org/
.. _`Zookeeper`: https://zookeeper.apache.org/
.. _`Beanstalk`: http://kr.github.com/beanstalkd/
@@ -96,8 +95,6 @@ Transport Comparison
+---------------+----------+------------+------------+---------------+--------------+-----------------------+
| *SQS* | Virtual | Yes | Yes [#f1]_ | Yes [#f2]_ | No | No |
+---------------+----------+------------+------------+---------------+--------------+-----------------------+
-| *couchdb* | Virtual | Yes | Yes [#f1]_ | No | No | No |
-+---------------+----------+------------+------------+---------------+--------------+-----------------------+
| *zookeeper* | Virtual | Yes | Yes [#f1]_ | No | Yes | No |
+---------------+----------+------------+------------+---------------+--------------+-----------------------+
| *in-memory* | Virtual | Yes | Yes [#f1]_ | No | No | No |
diff --git a/docs/reference/index.rst b/docs/reference/index.rst
index 456d7d83..b7b522a4 100644
--- a/docs/reference/index.rst
+++ b/docs/reference/index.rst
@@ -47,7 +47,6 @@
kombu.transport.zmq
kombu.transport.beanstalk
kombu.transport.mongodb
- kombu.transport.couchdb
kombu.transport.zookeeper
kombu.transport.filesystem
kombu.transport.SQS
diff --git a/docs/reference/kombu.transport.couchdb.rst b/docs/reference/kombu.transport.couchdb.rst
deleted file mode 100644
index 26ecb4e1..00000000
--- a/docs/reference/kombu.transport.couchdb.rst
+++ /dev/null
@@ -1,25 +0,0 @@
-.. currentmodule:: kombu.transport.couchdb
-
-.. automodule:: kombu.transport.couchdb
-
- .. contents::
- :local:
-
- Transport
- ---------
-
- .. autoclass:: Transport
- :members:
- :undoc-members:
-
- Channel
- -------
-
- .. autoclass:: Channel
- :members:
- :undoc-members:
-
- Functions
- ---------
-
- .. autofunction:: create_message_view
diff --git a/docs/userguide/connections.rst b/docs/userguide/connections.rst
index 27419f55..0fd99d1a 100644
--- a/docs/userguide/connections.rst
+++ b/docs/userguide/connections.rst
@@ -186,8 +186,6 @@ Transport Comparison
+---------------+----------+------------+------------+---------------+--------------+
| *SQS* | Virtual | Yes | Yes [#f1]_ | Yes [#f2]_ | No |
+---------------+----------+------------+------------+---------------+--------------+
-| *couchdb* | Virtual | Yes | Yes [#f1]_ | No | No |
-+---------------+----------+------------+------------+---------------+--------------+
| *zookeeper* | Virtual | Yes | Yes [#f1]_ | No | Yes |
+---------------+----------+------------+------------+---------------+--------------+
| *in-memory* | Virtual | Yes | Yes [#f1]_ | No | No |