hc99's picture
Add files using upload-large-folder tool
08887ec verified
{{ 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 %}