{# nilearn/layout.html ~~~~~~~~~~~~~~~~~ Layout for nilearn (http://webylimonada.org) :author: Jaques Grobler :license: BSD #} {% extends "basic/layout.html" %} {%- block doctype -%} {%- endblock %} {% set title = 'Nilearn: Statistical Analysis for NeuroImaging in Python' %} {# Disable navigation bar at the bottom of the page #} {% block relbar2 %} {% endblock %} {% block relbar1 %} {% if build_dev_html %}
This is documentation for the unstable development version of Nilearn, the current stable version is available here.
{% else %}
This is the stable documentation for the latest release of Nilearn, the current development version is available here.
{% endif %} {% endblock %} {% block rootrellink %}
  • Nilearn Home
  • User Guide
  • Examples
  • Reference
  • Glossary
  • Bibliography
  • {% endblock %} {% block extrahead %} {# Stick the navigation bar to the top of the window when scrolling #} {%- if (pagename == 'index') %} {% else %} {% endif %} {% endblock %} {% block header %}
    {% endblock %} {# This block gets put at the top of the sidebar #} {% block sidebarlogo %} {%- if (pagename == 'index') %}

    News

    Software

    Development

    {% endif %}

    Giving credit

    {% endblock %} {% block sidebartoc %} {%- if (pathto('index') != '#') %}
    {{ super() }}
    {%- endif %} {% endblock %} {# I had to copy the whole search block just to change the rendered text, so it doesn't mention modules or classes #} {%- block sidebarsearch %} {%- if pagename != "search" %} {%- endif %} {# The sidebarsearch block is the last one available in the default sidebar() macro, so the only way to add something to the bottom of the sidebar is to put it here, at the end of the sidebarsearch block (before it closes). #} {%- endblock %} {%- block footer %} {%- endblock %}