Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 350 Bytes

File metadata and controls

22 lines (14 loc) · 350 Bytes

{{ 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 %}