{# nilearn/layout.html ~~~~~~~~~~~~~~~~~ Layout for nilearn (http://webylimonada.org) :author: Jaques Grobler :license: BSD #} {% extends "sphinxdoc/layout.html" %} {%- block doctype -%} {%- endblock %} {% set title = 'Nilearn: Machine learning for NeuroImaging in Python' %} {% block rootrellink %}
  • Nilearn Home
  • User Guide
  • Examples
  • Reference
  • {% endblock %} {% block extrahead %} {%- 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 %} {# 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 %}