Bladeren bron

Rst fixes

Ask Solem 13 jaren geleden
bovenliggende
commit
fdcd917462
3 gewijzigde bestanden met toevoegingen van 4 en 3 verwijderingen
  1. 1 0
      docs/contributing.rst
  2. 2 2
      docs/getting-started/first-steps-with-celery.rst
  3. 1 1
      docs/includes/introduction.txt

+ 1 - 0
docs/contributing.rst

@@ -745,6 +745,7 @@ Old name for :mod:`librabbitmq`.
 
 
 :canonical repo: :const:`None`
 :canonical repo: :const:`None`
 :PyPI: http://pypi.python.org/pypi/pylibrabbitmq
 :PyPI: http://pypi.python.org/pypi/pylibrabbitmq
+
 .. _release-procedure:
 .. _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:
 .. _celerytut-keeping-results:
 
 
 Keeping Results
 Keeping Results
----------------
+===============
 
 
 If you want to keep track of the tasks state, Celery needs to store or send
 If you want to keep track of the tasks state, Celery needs to store or send
 the states somewhere.  There are several
 the states somewhere.  There are several
@@ -239,7 +239,7 @@ will contain the original traceback as a string.
 .. _celerytut-configuration:
 .. _celerytut-configuration:
 
 
 Configuration
 Configuration
--------------
+=============
 
 
 Celery, like a consumer appliance doesn't need much to be operated.
 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
 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
     $ cd kombu
     $ python setup.py develop
     $ python setup.py develop
 
 
-.. _`kombu`:: http://kombu.readthedocs.org/en/latest/
+.. _`kombu`: http://kombu.readthedocs.org/en/latest/