Fixes rst issues in README

This commit is contained in:
Ask Solem 2011-06-13 15:51:01 +01:00
parent c24eae1c25
commit 2528581cc3
1 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,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`_, and `MongoDB`_.
`Beanstalk`_, `Amazon SQS`_, `CouchDB`_, and `MongoDB`_.
* SQLAlchemy and Django ORM transports exists as plug-ins (
`kombu-sqlalchemy`_ and `django-kombu`_).
@ -86,7 +86,7 @@ Transport Comparison
+---------------+----------+------------+-----------+---------------+
| *beanstalk* | Virtual | Yes | Yes[*]_ | No |
+---------------+----------+------------+-----------+---------------+
| *SQS* | Virtual | Yes | Yes[*]_ | No
| *SQS* | Virtual | Yes | Yes[*]_ | Yes[#]_ |
+---------------+----------+------------+-----------+---------------+
| *mongodb* | Virtual | Yes | Yes[*]_ | No |
+---------------+----------+------------+-----------+---------------+
@ -99,6 +99,9 @@ Transport Comparison
.. [*] 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.
Documentation
-------------