From: Georg Brandl Date: Sun, 21 Sep 2008 22:31:59 +0000 (+0000) Subject: Fill out download page. X-Git-Tag: v2.6~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29fdcad93d8f7cc749f46e0d67546a2ba02c84ff;p=thirdparty%2FPython%2Fcpython.git Fill out download page. --- diff --git a/Doc/tools/sphinxext/download.html b/Doc/tools/sphinxext/download.html index a634f0988359..193a82b45561 100644 --- a/Doc/tools/sphinxext/download.html +++ b/Doc/tools/sphinxext/download.html @@ -1,21 +1,37 @@ {% extends "layout.html" %} {% set title = 'Download' %} +{% 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 %}

-

Currently, the development documentation isn't packaged for download.

- - - {% endblock %}