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