{# 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 logo %} {%- endif %} {%- block navbar -%} {%- endblock -%}
{%- if pagename == 'index' %} {%- endif %} {% endblock %} {% block content %} Fork me on GitHub
{%- if pagename != 'index' and pagename != 'documentation' %}
{%- if rellinks[1:] %} {%- if parents %}
{% else %} {% endif %} {%- if pagename != "install" %}

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

{%- endif %}

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

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