mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
Add autogenerated docs for examples. Will be changed soon.
This commit is contained in:
parent
06097fffa1
commit
f9c1ce35bb
17 changed files with 216 additions and 0 deletions
14
docs/source/examples/throtling_example.rst
Normal file
14
docs/source/examples/throtling_example.rst
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.. Autogenerated file at 2018-09-08 02:07:37.563878
|
||||
|
||||
=================
|
||||
Throtling example
|
||||
=================
|
||||
|
||||
Example for throttling manager.
|
||||
You can use that for flood controlling.
|
||||
|
||||
.. literalinclude:: ../../../examples/throtling_example.py
|
||||
:caption: throtling_example.py
|
||||
:language: python
|
||||
:linenos:
|
||||
:lines: 7-
|
||||
Loading…
Add table
Add a link
Reference in a new issue