{# layout.html ~~~~~~~~~~~ Layout template for sphinxify. :copyright: Copyright (c) 2013- The Spyder Development Team and Docrepr Contributors :copyright: Copyright (c) 2009 Tim Dumol :license: BSD 3-clause license #} {# Docstring text #} {% if warning and warn_message %}
{{warn_message}}
{% else %}
{% block body %}{% endblock %} {% if outline %}

Outline

{{ toc }}
{% endif %}
{% endif %}