.. NOTE: Do not edit this file, it is a generated file and will be overwritten.
   See the master template file _templates/autosummary/module.rst

{{ underline }}
{{ fullname }}
{{ underline }}

.. automodule:: {{ fullname }}
    {% if functions %}

    .. rubric:: Members

    {% for item in functions if item in members %}
    {{ item }}
    {{ underline }}{{ underline }}{{ underline }}

    .. autofunction:: {{ item }}

    {% endfor %}
    {% endif %}
