[cad161]: / docs / assets / templates / python / material / docstring / examples.html

Download this file

9 lines (8 with data), 354 Bytes

1
2
3
4
5
6
7
8
{{ "# Examples\n"|convert_markdown(heading_level, html_id) }}
{% for section_type, sub_section in section.value %}
{% if section_type.value == "text" %}
{{ sub_section|convert_markdown(heading_level, html_id) }}
{% elif section_type.value == "examples" %}
{{ sub_section|convert_markdown(heading_level, html_id) }}
{% endif %}
{% endfor %}