{# layout.html ~~~~~~~~~~~ Layout template for the Help plugin. Originally based on a portion of sagenb/misc/sphinxify.py from the Sage Notebook project: https://github.com/sagemath/sagenb part of the SageMath system: https://www.sagemath.org/ :copyright: Copyright (C) 2009 Tim Dumol :copyright: Copyright (C) 2010- Spyder Project Contributors :license: Modified BSD (3-clause) license (see NOTICE.txt) #} {% if sphinx_version_2 %} {% endif %} {% 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: https://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 %}