File size: 480 Bytes
dee9fba | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {% extends '!layout.html' %}
{%- if pagename == 'index' %}
{% set title = 'Joblib: running Python functions as pipeline jobs' %}
{%- endif %}
{%- block sidebarsourcelink %}
{% endblock %}
{%- block sidebarsearch %}
<hr/>
{{ super() }}
<hr/>
<div>
<h3>Mailing list</h3>
<a href="https://librelist.com/browser/joblib/">joblib@librelist.com</a>
<p class="searchtip" style="font-size: 80%">
Send an email to subscribe</p>
</div>
<hr/>
{% endblock %}
|