{{ fullname | escape | underline }}
.. automodule:: {{ fullname }}
:no-members:
{% block functions %} {% if functions %}
.. autosummary:: :template: autosummary.rst :toctree:
- {% for item in functions %}{% if item not in ['plotting', 'colormaps'] %}
- {{ item }}{% endif %}{% endfor %}
{% endif %} {% endblock %}