Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 1.33 KB

module.rst

File metadata and controls

75 lines (55 loc) · 1.33 KB

{# The :autogenerated: tag is picked up by breadcrumbs.html to suppress "Edit on Github" link #} :autogenerated:

{{ fullname }} module {% for item in range(7 + fullname|length) -%}={%- endfor %}

{{ fullname }}

{{ fullname }} {% if members -%}

Summary

{%- if exceptions %}

Exceptions:

{% for item in exceptions %}

{{ item }}

{%- endfor %}

{%- endif %}

{%- if classes %}

Classes:

{% for item in classes %}

{{ item }}

{%- endfor %}

{%- endif %}

{%- if functions %}

Functions:

{% for item in functions %}

{{ item }}

{%- endfor %}

{%- endif %}

{%- endif %}

{% set data = get_members(typ='data', in_list='__all__') %}

{%- if data %}

Data:

{% for item in data %}

{{ item }}

{%- endfor %}

{%- endif %}

{% set all_refs = get_members(in_list='__all__', include_imported=True, out_format='refs') %} {% if all_refs %} __all__: {{ all_refs|join(", ") }} {%- endif %}

{% if members %}

Reference

{%- endif %}