Browse Source

Fixed documentation errors

Ask Solem 14 years ago
parent
commit
f55c9c3140
3 changed files with 1 additions and 6 deletions
  1. 0 2
      celery/task/base.py
  2. 0 2
      docs/reference/celery.app.amqp.rst
  3. 1 2
      docs/reference/celery.app.rst

+ 0 - 2
celery/task/base.py

@@ -260,8 +260,6 @@ class BaseTask(object):
             be established for you, in that case you need to close this
             connection after use::
 
-            Please be sure to close the connection after use::
-
                 >>> publisher = self.get_publisher()
                 >>> # ... do something with publisher
                 >>> publisher.connection.close()

+ 0 - 2
docs/reference/celery.app.amqp.rst

@@ -36,8 +36,6 @@
 
         .. automethod:: get_task_consumer
         .. automethod:: get_default_queue
-        .. automethod:: get_broker_info
-        .. automethod:: format_broker_info
 
     Queues
     ------

+ 1 - 2
docs/reference/celery.app.rst

@@ -44,8 +44,7 @@
 
         .. automethod:: mail_admins
 
-        .. automethod:: pre_config_merge
-        .. automethod:: post_config_merge
+        .. automethod:: prepare_config
 
         .. automethod:: either
         .. automethod:: merge