From 29fdcad93d8f7cc749f46e0d67546a2ba02c84ff Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 21 Sep 2008 22:31:59 +0000 Subject: Fill out download page. --- Doc/tools/sphinxext/download.html | 42 ++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/Doc/tools/sphinxext/download.html b/Doc/tools/sphinxext/download.html index a634f09..193a82b 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 %} -- cgit v0.12