{# scikit-learn/layout.html ~~~~~~~~~~~~~~~~~ Layout for scikit-learn, after a design made by Angel Soler (http://webylimonada.org) 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" %} {% if theme_collapsiblesidebar|tobool %} {% set script_files = script_files + ['_static/sidebar.js'] %} {% endif %} {% block extrahead %} {% endblock %} {%- if pagename == 'index' %} {% set title = 'scikit-learn: machine learning in Python' %} {%- endif %} {% block header %} {%- if theme_oldversion == true %}
Warning: This documentation is for {{project}} version {{ release|e }}. — Latest stable version