File: layout.html

package info (click to toggle)
joblib 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: python: 15,669; sh: 124; makefile: 39
file content (21 lines) | stat: -rw-r--r-- 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{% 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 %}