mirror of https://github.com/celery/kombu.git
Remove Sphinx directives from README.rst
This commit is contained in:
parent
97bcb2f7b0
commit
d5dacea33d
|
@ -50,7 +50,7 @@ Kombu is using Sphinx, and the latest documentation is available at GitHub:
|
||||||
Quick overview
|
Quick overview
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
.. code-block:: python
|
::
|
||||||
|
|
||||||
from kombu.connection BrokerConnection
|
from kombu.connection BrokerConnection
|
||||||
from kombu.messaging import Exchange, Queue, Consumer, Producer
|
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
|
They also support operations, but to do so they need to be bound
|
||||||
to a channel:
|
to a channel:
|
||||||
|
|
||||||
.. code-block:: python
|
::
|
||||||
|
|
||||||
>>> exchange = Exchange("tasks", "direct")
|
>>> exchange = Exchange("tasks", "direct")
|
||||||
|
|
||||||
|
@ -211,5 +211,5 @@ like Github (for some reason) you're welcome to send regular patches.
|
||||||
License
|
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.
|
file in the top distribution directory for the full license text.
|
||||||
|
|
Loading…
Reference in New Issue