Browse Source

Rst fixes

Ask Solem 12 years ago
parent
commit
fdcd917462

+ 1 - 0
docs/contributing.rst

@@ -745,6 +745,7 @@ Old name for :mod:`librabbitmq`.
 
 :canonical repo: :const:`None`
 :PyPI: http://pypi.python.org/pypi/pylibrabbitmq
+
 .. _release-procedure:
 
 

+ 2 - 2
docs/getting-started/first-steps-with-celery.rst

@@ -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
@@ -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

+ 1 - 1
docs/includes/introduction.txt

@@ -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/