{% extends "basic/layout.html" %} {%- macro sidebar2() %} {%- if builder != 'htmlhelp' %}
{%- block sidebarlogo %} {%- if logo %} {%- endif %} {%- endblock %} {%- block sidebartoc %} {%- if display_toc %}

Table Of Contents

{{ toc }} {%- endif %} {%- endblock %} {%- block changelog %}

Changelog

Latest releases

{%- endblock %} {%- block sidebarrel %} {%- if prev %}

Previous topic

{{ prev.title }}

{%- endif %} {%- if next %}

Next topic

{{ next.title }}

{%- endif %} {%- endblock %} {%- if sourcename %} {%- endif %} {%- if customsidebar %} {{ rendertemplate(customsidebar) }} {%- endif %} {%- block sidebarsearch %} {%- if pagename != "search" %}

{{ builder == 'web' and 'Keyword' or 'Quick' }} search

{%- if builder == 'web' %}

Enter a module, class or function name.

{%- endif %} {%- endif %} {%- endblock %}
{%- endif %} {%- endmacro -%} {%- block extrahead %} {%- if theme_favicon %} {%- endif %} {%- if theme_canonical_url %} {%- endif %} {% endblock %} {% block header %} {% if theme_in_progress|tobool %}
> This is an on-going documentation. Read the latest stable version of this page
{% endif %} {% if theme_outdated|tobool %}
> Read the latest version of this page
{% endif %}
{%- if theme_logo %} {% set img, ext = theme_logo.split('.', -1) %}
{%- endif %}
{% endblock %} {%- macro relbar() %} {%- endmacro %} {%- block sidebarsourcelink %}{%- endblock %} {%- block sidebar2 %}{{ sidebar2() }}{% endblock %}