{# layout.html ~~~~~~~~~~~ Layout template for the object inspector :copyright: Copyright 2013 by the Spyder Development Team. :copyright: Copyright 2009 by Tim Dumol :license: BSD license #} {% if right_sphinx_version and math_on %} {# DON'T try to load MathJax from the net. It's slow and sometimes gives errors. See this thread for more info: http://tex.stackexchange.com/questions/2692/comparing-mathjax-and-mathml #} {% endif %} {# Docstring header #} {% if Title %}

{{Title}}

{% if argspec or note %}
{% if argspec %}

Definition : {{Title}}{{argspec}}

{% endif %} {% if note %}

Type : {{note}}

{% endif %}
{% endif %} {% endif %} {# Docstring text #}
{% block body %}{% endblock %}