aiogram/.butcher/templates/methods/index.rst.jinja2
Alex Root Junior d034c1ba9f
Adding new code-generator (Butcher) (#1069)
* Re-generate types

* Re-generate methods (only attributes)

* Added enums

* Base init generator

* Added butcher configs

* Fixed tests, bump butcher

* Added changelog

* Added enum docs

* Added templates for docs index

* Re-generate bot class, remove deprecated methods
2022-11-21 01:06:55 +02:00

16 lines
258 B
Django/Jinja

#######
Methods
#######
Here is list of all available API methods:
{% for title, group in groups.items() %}
{{ title }}
{{ title|header('=') }}
.. toctree::
:maxdepth: 1
{% for name in group %}
{{ name|pythonize_name }}
{%- endfor %}
{% endfor %}