1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-04 16:02:51 +01:00
Files
bec_widgets/docs/_templates/custom-class-template.rst

711 B

{{ fullname | escape | underline}}

{{ module }}

{{ objname }}

{% block methods %} {% if methods %} .. rubric:: {{ _('Methods') }}

{% for item in methods %}

{%- if not item.startswith('_') %} ~{{ name }}.{{ item }} {%- endif -%}

{%- endfor %} {% endif %} {% endblock %}

{% block attributes %} {% if attributes %} .. rubric:: {{ _('Attributes') }}

{% for item in attributes %}

~{{ name }}.{{ item }}

{%- endfor %} {% endif %} {% endblock %}