{% if title is defined -%} {{title}} {% else -%} Documentation {% endif -%}

{% for doc in autodoc %}

{{doc.rule|escape}}

{{ rsttohtml(doc.docstring)|safe }}

{% endfor %}