{# rich_repr.html ~~~~~~~~~~~~~~~~ Template for the rich representation of docstrings generated by docrepr :copyright: Copyright 2013- by the Spyder Development Team. :copyright: Copyright 2009 by Tim Dumol :license: BSD license #} {% if 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 use_qt4 %} {% endif %} {% if collapse %} {% endif %} {% if outline %} {% 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 contents #}
{{docstring}}
{% if class_docstring %}
{{class_docstring}}
{% endif %} {% if docs_py_org %}
{% endif %}