Add sphinx docs on rate limiting

This commit is contained in:
Kristóf Tóth 2018-07-31 14:34:28 +02:00
parent b6d72812c4
commit 1ad9e0d0e3
2 changed files with 20 additions and 0 deletions

View File

@ -36,6 +36,16 @@ These are pre-written components for you to use, such as our IDE, terminal or co
components/*
Utility
-------
These are useful decorators, mixins and helpers to make common dev tasks easier.
.. toctree::
:glob:
utility/*
Indices and tables
==================

View File

@ -0,0 +1,10 @@
TFW decorators
--------------
.. automodule:: tfw.decorators.rate_limiter
.. autoclass:: RateLimiter
:members:
.. autoclass:: AsyncRateLimiter
:members: