From: Georg Brandl Date: Sun, 28 Sep 2008 20:01:36 +0000 (+0000) Subject: Don't show version in title. X-Git-Tag: v2.6~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ff19fa2932a15ba62390a2e9930f71e48dfad80;p=thirdparty%2FPython%2Fcpython.git Don't show version in title. --- diff --git a/Doc/tools/sphinxext/download.html b/Doc/tools/sphinxext/download.html index 01ce8a063f1b..1f51399bacf3 100644 --- a/Doc/tools/sphinxext/download.html +++ b/Doc/tools/sphinxext/download.html @@ -3,14 +3,15 @@ {% set dlbase = 'http://docs.python.org/ftp/python/doc/' + release %} {% block body %} -

Download Python {{ release }} Documentation - {%- if last_updated %} (last updated on {{ last_updated }}){% endif %}

+

Download Python {{ release }} Documentation

{% if 'a' in release or 'b' in release or 'c' in release %}

We don't package the documentation for development releases for download. Downloads will be available for the final release.

{% else %} +{% if last_updated %}

Last updated on: {{ last_updated }}.

{% endif %} +

To download an archive containing all the documents for this version of Python in one of various formats, follow one of links in this table. The numbers in the table are the size of the download files in Kilobytes.