diff options
author | Georg Brandl <georg@python.org> | 2008-02-29 18:15:36 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-29 18:15:36 (GMT) |
commit | 3c94088d9855073e60aa32d3f1784904a6c396c5 (patch) | |
tree | f5f16691417c17865881358c27eec9fa8d42c0e4 /Doc/tools | |
parent | f06858d15444bb9251084f57afb5ddd44afc8e6a (diff) | |
download | cpython-3c94088d9855073e60aa32d3f1784904a6c396c5.zip cpython-3c94088d9855073e60aa32d3f1784904a6c396c5.tar.gz cpython-3c94088d9855073e60aa32d3f1784904a6c396c5.tar.bz2 |
Until we got downloadable docs, stop confusing viewers by talking about a nonexisting table.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/download.html | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/Doc/tools/sphinxext/download.html b/Doc/tools/sphinxext/download.html index f6a593a..a634f09 100644 --- a/Doc/tools/sphinxext/download.html +++ b/Doc/tools/sphinxext/download.html @@ -5,6 +5,9 @@ <h1>Download Python {{ release }} Documentation {%- if last_updated %} (last updated on {{ last_updated }}){% endif %}</h1> +<p>Currently, the development documentation isn't packaged for download.</p> + +<!-- <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> @@ -36,18 +39,9 @@ most other archiving utilities support the tar and bzip2 formats as well.</p> <h2>Problems</h2> -<p><strong>Printing PDFs using Adobe Acrobat Reader 5.0:</strong> Adobe has -reportedly admitted that there is a bug in Acrobat Reader 5.0 which causes it -not to print at least some PDF files generated by pdfTeX. This software is used -to produce the PDF version of the Python documentation, and our documents -definately trigger this bug in Acrobat Reader. To print the PDF files, use -Acrobat Reader 4.x, ghostscript, or xpdf.</p> - -<p>Reportedly, Acrobat Reader 6.0 can print these documents without this -problem, but we've not yet had an opportunity to confirm the report. Sadly, -version 6.0 is not yet available on Unix platforms.</p> - <p>If you have comments or suggestions for the Python documentation, please send email to <a href="docs@python.org">docs@python.org</a>.</p> +--> + {% endblock %} |