Files
csaxs_bec/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 %}