Browse Source

Removes TokenBucket from datastructures reference

Ask Solem 13 years ago
parent
commit
216807c2c5
2 changed files with 2 additions and 9 deletions
  1. 2 2
      Changelog
  2. 0 7
      docs/internals/reference/celery.datastructures.rst

+ 2 - 2
Changelog

@@ -5,7 +5,7 @@
 .. contents::
     :local:
 
-.. _version-2.5.0
+.. _version-2.5.0:
 
 2.5.0
 =====
@@ -159,7 +159,7 @@ News
 
     Contributed by Steeve Morin.
 
-* There's a new :ref:`guide-security` in the documentation.
+* There's a new :ref:`guide-security` guide in the documentation.
 
 * The init scripts has been updated, and many bugs fixed.
 

+ 0 - 7
docs/internals/reference/celery.datastructures.rst

@@ -5,13 +5,6 @@
     .. contents::
         :local:
 
-    TokenBucket
-    -----------
-
-    .. autoclass:: TokenBucket
-        :members:
-        :undoc-members:
-
     AttributeDict
     -------------