mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 02:52:12 +00:00
* Initial commit for docs cleanup * Update migration guide * More docs * Added changes description * Small fixes
15 lines
221 B
Django/Jinja
15 lines
221 B
Django/Jinja
.. _enums:
|
|
|
|
#####
|
|
Enums
|
|
#####
|
|
|
|
Here is list of all available enums:
|
|
|
|
{% for title, group in groups.items() %}
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
{% for name in group %}
|
|
{{ name|pythonize_name }}
|
|
{%- endfor %}
|
|
{% endfor %}
|