summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sphinxext/layout.html
blob: ebf6afa4d829549b6fba2d09c029d2c8fa4b2fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{% extends "!layout.html" %}
{% block header %}
    <div class="related" style="background-color: #600">
    <div style="padding: 0 10px">
    <em>This is documentation for Python 3.0, which is not maintained any more.
    <a style="text-decoration: underline" href="http://docs.python.org/3.1/{{ pagename }}.html">
    Go to this page in the Python 3.1 documentation</a></em>
    </div>
    </div>
{% endblock %}
{% block rootrellink %}
        <li><img src="{{ pathto('_static/py.png', 1) }}" alt=""
                 style="vertical-align: middle; margin-top: -1px"/></li>
        <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
{% endblock %}
{% block extrahead %}
    <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
{{ super() }}
{% endblock %}