diff options
author | Georg Brandl <georg@python.org> | 2012-03-14 08:18:47 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-14 08:18:47 +0100 |
commit | f590e0458edd040efd08ec1cfc006a934d386ecd (patch) | |
tree | 5bec782f16cc573fb2bbeaf7d92c9f9f62529b5d | |
parent | f163efd73682ee9d370c17a4bbd4c4514471a97a (diff) | |
download | cpython-git-f590e0458edd040efd08ec1cfc006a934d386ecd.tar.gz |
Closes #14289: put a link to the CHM download page on the docs download page.
-rw-r--r-- | Doc/tools/sphinxext/download.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/download.html b/Doc/tools/sphinxext/download.html index 4fca13882a..3adf2e92d3 100644 --- a/Doc/tools/sphinxext/download.html +++ b/Doc/tools/sphinxext/download.html @@ -35,9 +35,13 @@ in the table are the size of the download files in megabytes.</p> </tr> </table> - <p>These archives contain all the content in the documentation.</p> +<p>HTML Help (<tt>.chm</tt>) files are made available in the "Windows" section +on the <a href="http://python.org/download/releases/{{ release[:5] }}/">Python +download page</a>.</p> + + <h2>Unpacking</h2> <p>Unix users should download the .tar.bz2 archives; these are bzipped tar |