diff options
author | Georg Brandl <georg@python.org> | 2008-09-28 20:01:36 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-28 20:01:36 (GMT) |
commit | 7ff19fa2932a15ba62390a2e9930f71e48dfad80 (patch) | |
tree | 2e4da16bb2ac88a44d816aacdf3eeb0e13b7372a /Doc/tools | |
parent | baf59e063a6db8c1f2a86933154d4a1252ee3810 (diff) | |
download | cpython-7ff19fa2932a15ba62390a2e9930f71e48dfad80.zip cpython-7ff19fa2932a15ba62390a2e9930f71e48dfad80.tar.gz cpython-7ff19fa2932a15ba62390a2e9930f71e48dfad80.tar.bz2 |
Don't show version in title.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/download.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/tools/sphinxext/download.html b/Doc/tools/sphinxext/download.html index 01ce8a0..1f51399 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 %} -<h1>Download Python {{ release }} Documentation - {%- if last_updated %} (last updated on {{ last_updated }}){% endif %}</h1> +<h1>Download Python {{ release }} Documentation</h1> {% if 'a' in release or 'b' in release or 'c' in release %} <p>We don't package the documentation for development releases for download. Downloads will be available for the final release.</p> {% else %} +{% if last_updated %}<p><b>Last updated on: {{ last_updated }}.</b></p>{% endif %} + <p>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.</p> |