{# rich_repr.html ~~~~~~~~~~~~~~~~ Template for the rich representation of docstrings generated by docrepr. :copyright: Copyright (c) 2013- The Spyder Development Team and Docrepr Contributors :copyright: Copyright (c) 2009 Tim Dumol :license: BSD 3-clause 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 %}