aiogram/.butcher/templates/enums/index.rst.jinja2
Alex Root Junior 56f0d9d220
Migration guide 2.x -> 3.0 (#1143)
* Initial commit for docs cleanup

* Update migration guide

* More docs

* Added changes description

* Small fixes
2023-07-29 22:36:12 +03:00

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 %}