{# 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 %} {% if theme_google_analytics|tobool %} {% endif %} {% 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

{%- endif %}
{%- if logo %} {%- endif %} {%- block navbar -%} {%- endblock -%}
{% endblock %} {% block content %}
{%- if pagename != 'index' %} {%- if parents %}
{% else %}

This documentation is for {{project}} version {{ release|e }}Other versions

{% else %}

News

scikit-learn 0.13.1 is available for download. See what's new and tips on installing.

Presentations

Get into the spirit with videos from Scikit-Learn tutorials.

Participate

Fork the source code, join the mailing lists, report bugs to the issue tracker or participate in the next coding sprint. Read More...

Funding

Generous funding provided by INRIA, Google and others.

INRIA

INRIA

Read more ...

{% endif %}

Citing

If you use the software, please consider citing scikit-learn.

{%- if (pagename != 'index') %}

{{ _('This page') }}

{{ toc }} {% endif %}
{%- block document %} {{ super() }} {%- endblock %}
{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {%- block footer %} {%- if pagename != 'index' %} {%- if parents %}
{% else %}
{% endif %} {%- for rellink in rellinks[1:]|reverse %} {%- endfor %} {% endif %}
{%- endblock %}