{% extends "!layout.html" %} {% block rootrellink %} {{ toctree() }} {% endblock %} {% block document %} {{ super() }} Fork me on GitHub {% endblock %} {% block relbar1 %}
uncertainties
{{ super() }} {% endblock %} {#############################################################################} {# Sidebar customization #) {# put the sidebar before the body #} {% block sidebar1 %} {%- macro sidebar() %} {%- if not embedded %}{% if not theme_nosidebar|tobool %}
{%- block sidebarlogo %} {%- if logo %} {%- endif %} {%- endblock %} {%- block sidebartoc %} {%- block sidebarglobaltoc %}

{{ _('Table of contents') }}

{{ toctree() }} {%- endblock %} {%- endblock %} {%- block sidebarrel %} {%- endblock %} {%- block sidebarsourcelink %} {%- if show_source and has_source and sourcename %}

{{ _('This Page') }}

{%- endif %} {%- endblock %} {%- if customsidebar %} {% include customsidebar %} {%- endif %} {%- if display_toc %}

{{ _('Section contents') }}

{{ toc }} {%- endif %} {%- block sidebarsearch %} {%- if pagename != "search" %} {%- endif %} {%- endblock %} {%- block copyright %}

Documentation license

Creative Commons License {%- endblock %}
{%- endif %}{% endif %} {%- endmacro %} {{ sidebar() }}{% endblock %} {% block sidebar2 %}{% endblock %}