{# 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 %} {% if collapse %} {% endif %} {% if img_path %} {% endif %} {# Docstring header #} {% if name %}

{{name}}

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

Definition : {{name}}{{argspec}}

{% endif %} {% if note %}

Type : {{note}}

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

Outline

{{ toc }}
{% endif %}