From 1dab6181afd3eb648362b812c8792a5c6a910f20 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 20 Jan 2012 15:21:03 +0100 Subject: [PATCH] Fix footnote reference generation --- docs/userguide/connections.rst | 46 +++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/userguide/connections.rst b/docs/userguide/connections.rst index fa9de610..f02b7260 100644 --- a/docs/userguide/connections.rst +++ b/docs/userguide/connections.rst @@ -129,29 +129,29 @@ keyword arguments, these are: Transport Comparison ==================== -+---------------+----------+------------+-----------+---------------+ -| **Client** | **Type** | **Direct** | **Topic** | **Fanout** | -+---------------+----------+------------+-----------+---------------+ -| *amqplib* | Native | Yes | Yes | Yes | -+---------------+----------+------------+-----------+---------------+ -| *pika* | Native | Yes | Yes | Yes | -+---------------+----------+------------+-----------+---------------+ -| *redis* | Virtual | Yes | Yes[*]_ | Yes (PUB/SUB) | -+---------------+----------+------------+-----------+---------------+ -| *beanstalk* | Virtual | Yes | Yes[*]_ | No | -+---------------+----------+------------+-----------+---------------+ -| *SQS* | Virtual | Yes | Yes[*]_ | Yes[#]_ | -+---------------+----------+------------+-----------+---------------+ -| *mongodb* | Virtual | Yes | Yes[*]_ | No | -+---------------+----------+------------+-----------+---------------+ -| *couchdb* | Virtual | Yes | Yes[*]_ | No | -+---------------+----------+------------+-----------+---------------+ -| *in-memory* | Virtual | Yes | Yes[*]_ | No | -+---------------+----------+------------+-----------+---------------+ ++---------------+----------+------------+------------+---------------+ +| **Client** | **Type** | **Direct** | **Topic** | **Fanout** | ++---------------+----------+------------+------------+---------------+ +| *amqplib* | Native | Yes | Yes | Yes | ++---------------+----------+------------+------------+---------------+ +| *pika* | Native | Yes | Yes | Yes | ++---------------+----------+------------+------------+---------------+ +| *redis* | Virtual | Yes | Yes [#f1]_ | Yes (PUB/SUB) | ++---------------+----------+------------+------------+---------------+ +| *beanstalk* | Virtual | Yes | Yes [#f1]_ | No | ++---------------+----------+------------+------------+---------------+ +| *SQS* | Virtual | Yes | Yes [#f1]_ | Yes [#f2]_ | ++---------------+----------+------------+------------+---------------+ +| *mongodb* | Virtual | Yes | Yes [#f1]_ | No | ++---------------+----------+------------+------------+---------------+ +| *couchdb* | Virtual | Yes | Yes [#f1]_ | No | ++---------------+----------+------------+------------+---------------+ +| *in-memory* | Virtual | Yes | Yes [#f1]_ | No | ++---------------+----------+------------+------------+---------------+ -.. [*] Declarations only kept in memory, so exchanges/queues - must be declared by all clients that needs them. +.. [#f1] Declarations only kept in memory, so exchanges/queues + must be declared by all clients that needs them. -.. [#] Fanout supported via storing routing tables in SimpleDB. - Can be disabled by setting the ``supports_fanout`` transport option. +.. [#f2] Fanout supported via storing routing tables in SimpleDB. + Can be disabled by setting the ``supports_fanout`` transport option.