summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-10-02 16:25:57 (GMT)
committerGeorg Brandl <georg@python.org>2008-10-02 16:25:57 (GMT)
commit8652389b7bd87987b4c8cb02b5fb12d0d50724e2 (patch)
treebb773ccf4fff71a3c8cc02c72016827cfe25f323 /Doc/tools
parente15551bf3899a85659b07cd6d75ffe47b33f392b (diff)
downloadcpython-8652389b7bd87987b4c8cb02b5fb12d0d50724e2.zip
cpython-8652389b7bd87987b4c8cb02b5fb12d0d50724e2.tar.gz
cpython-8652389b7bd87987b4c8cb02b5fb12d0d50724e2.tar.bz2
Some Doc tweaks.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/sphinxext/download.html4
-rw-r--r--Doc/tools/sphinxext/layout.html3
2 files changed, 3 insertions, 4 deletions
diff --git a/Doc/tools/sphinxext/download.html b/Doc/tools/sphinxext/download.html
index 1f51399..59aea63 100644
--- a/Doc/tools/sphinxext/download.html
+++ b/Doc/tools/sphinxext/download.html
@@ -31,8 +31,8 @@ in the table are the size of the download files in Kilobytes.</p>
<td><a href="{{ dlbase }}/python-docs-html.tar.bz2">Download</a> (ca. 4 MB)</td>
</tr>
<tr><td>Plain Text</td>
- <td><a href="{{ dlbase }}/python-docs-pdf-text.zip">Download</a> (ca. 2 MB)</td>
- <td><a href="{{ dlbase }}/python-docs-pdf-text.tar.bz2">Download</a> (ca. 1.5 MB)</td>
+ <td><a href="{{ dlbase }}/python-docs-text.zip">Download</a> (ca. 2 MB)</td>
+ <td><a href="{{ dlbase }}/python-docs-text.tar.bz2">Download</a> (ca. 1.5 MB)</td>
</tr>
</table>
diff --git a/Doc/tools/sphinxext/layout.html b/Doc/tools/sphinxext/layout.html
index 689cbda..a6afd15 100644
--- a/Doc/tools/sphinxext/layout.html
+++ b/Doc/tools/sphinxext/layout.html
@@ -1,5 +1,4 @@
{% extends "!layout.html" %}
{% block rootrellink %}
-<li><img src="{{ pathto('_static/py.png', 1) }}" alt="" style="vertical-align: middle; margin-top: -1px"/></li>
-{{ super() }}
+<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 %}