| {% 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 %} | |