Skip to content

Commit

Permalink
Rst fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jun 5, 2012
1 parent db00007 commit fdcd917
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ Old name for :mod:`librabbitmq`.

:canonical repo: :const:`None`
:PyPI: http://pypi.python.org/pypi/pylibrabbitmq

.. _release-procedure:


Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/first-steps-with-celery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ use a result backend, which is detailed in the next section.
.. _celerytut-keeping-results:

Keeping Results
---------------
===============

If you want to keep track of the tasks state, Celery needs to store or send
the states somewhere. There are several
Expand Down Expand Up @@ -239,7 +239,7 @@ will contain the original traceback as a string.
.. _celerytut-configuration:

Configuration
-------------
=============

Celery, like a consumer appliance doesn't need much to be operated.
It has an input and an output, where you must connect the input to a broker and maybe
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,4 @@ to send and receive messages, so you should also install that from git::
$ cd kombu
$ python setup.py develop

.. _`kombu`:: http://kombu.readthedocs.org/en/latest/
.. _`kombu`: http://kombu.readthedocs.org/en/latest/

0 comments on commit fdcd917

Please sign in to comment.