{% extends "!layout.html" %} {% block menu %}
SpectroChemPy version: {{ current_version }}
Other versions
{% for slug, url in versions %} {% if slug != current_version %}
{{ slug.upper() }}
{% endif %} {% endfor %}

Downloads
PDF
Notebooks

Sources on GitHub
Stable
Latest
{{ super() }} {% endblock %} {% block versions %}{% endblock %} {% block document %} {% if current_version == 'dev' %}

Note

You are reading the documentation related to the current development version. Go here if you are looking for the documentation of the latest released version: {{ release }}.

{% endif %} {{ super() }} {% endblock %}