{% extends "!page.html" %} {# add our custom css and js #} {% set css_files = css_files + ["_static/custom.css"] %} {% set script_files = script_files + ["_static/custom.js"] %} {% if 'Tutorial' in pagename %} {% set abs_path = "http://ioam.github.io/param/" %} {% else %} {% set abs_path = "" %} {% endif %} {# the menu at the top #} {% block rootrellink %}
  • Param Home
  • Reference Manual
  • {# display "Current section:" when in a manual subpage #} {% if parents %}
  • {% endif %} {% endblock %} {% block sidebarsourcelink %}

    {{ _('This Page') }}

    {% endblock %} {% block sidebartoc %}

    Param

    {{ _('Table Of Contents') }}

    {{ toc }} {% endblock %}