{# scikit-learn/layout.html ~~~~~~~~~~~~~~~~~ Layout for scikit-learn, after a design made by Angel Soler (http://angelsoler.net) Update: Collapsable sidebar added - 13/03/2012 - Jaques Grobler Update: Next-page button added - 16/03/2012 - Jaques Grobler :copyright: Fabian Pedregosa :license: BSD #} {% extends "basic/layout.html" %} {% block htmltitle %} {{ super() }} {% endblock %} {% block extrahead %} {% if pagename != 'index' %} {% if theme_collapsiblesidebar|tobool %} {% endif %} {% endif %} {% endblock %} {%- if pagename == 'index' %} {% set title = 'scikit-learn: machine learning in Python' %} {%- endif %} {%- if pagename == 'documentation' %} {% set title = 'Documentation scikit-learn: machine learning in Python' %} {%- endif %} {% block header %}
{%- if pagename == 'index' %} {%- endif %} {% endblock %} {% block content %}