mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-24 22:31:31 +00:00
Add sphinx docs on rate limiting
This commit is contained in:
parent
b6d72812c4
commit
1ad9e0d0e3
@ -36,6 +36,16 @@ These are pre-written components for you to use, such as our IDE, terminal or co
|
|||||||
|
|
||||||
components/*
|
components/*
|
||||||
|
|
||||||
|
Utility
|
||||||
|
-------
|
||||||
|
|
||||||
|
These are useful decorators, mixins and helpers to make common dev tasks easier.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:glob:
|
||||||
|
|
||||||
|
utility/*
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
10
docs/source/utility/decorators.rst
Normal file
10
docs/source/utility/decorators.rst
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
TFW decorators
|
||||||
|
--------------
|
||||||
|
|
||||||
|
.. automodule:: tfw.decorators.rate_limiter
|
||||||
|
|
||||||
|
.. autoclass:: RateLimiter
|
||||||
|
:members:
|
||||||
|
|
||||||
|
.. autoclass:: AsyncRateLimiter
|
||||||
|
:members:
|
Loading…
Reference in New Issue
Block a user