Remove Sphinx directives from README.rst

This commit is contained in:
Ask Solem 2010-11-11 16:16:07 +01:00
parent 97bcb2f7b0
commit d5dacea33d
1 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ Kombu is using Sphinx, and the latest documentation is available at GitHub:
Quick overview
--------------
.. code-block:: python
::
from kombu.connection BrokerConnection
from kombu.messaging import Exchange, Queue, Consumer, Producer
@ -92,7 +92,7 @@ and used in configuaration files etc.
They also support operations, but to do so they need to be bound
to a channel:
.. code-block:: python
::
>>> exchange = Exchange("tasks", "direct")
@ -211,5 +211,5 @@ like Github (for some reason) you're welcome to send regular patches.
License
=======
This software is licensed under the `New BSD License`. See the :file:`LICENSE`
This software is licensed under the `New BSD License`. See the `LICENSE`
file in the top distribution directory for the full license text.