mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
[3.14] gh-140500: Update download.html instructions (GH-141320) (#141347)
Co-authored-by: Karina Souza <97332018+KarinaS0uza@users.noreply.github.com> Co-authored-by: Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
This commit is contained in:
parent
c09a65914d
commit
44a3d6c69b
1 changed files with 1 additions and 5 deletions
|
|
@ -31,8 +31,7 @@
|
||||||
|
|
||||||
{% if last_updated %}<p><b>{% trans %}Last updated on: {{ last_updated }}.{% endtrans %}</b></p>{% endif %}
|
{% if last_updated %}<p><b>{% trans %}Last updated on: {{ last_updated }}.{% endtrans %}</b></p>{% endif %}
|
||||||
|
|
||||||
<p>{% trans %}To download an archive containing all the documents for this version of
|
<p>{% trans %}Download an archive containing all the documentation for this version of Python:{% endtrans %}</p>
|
||||||
Python in one of various formats, follow one of links in this table.{% endtrans %}</p>
|
|
||||||
|
|
||||||
<table class="docutils">
|
<table class="docutils">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -62,8 +61,6 @@ Python in one of various formats, follow one of links in this table.{% endtrans
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>{% trans %}These archives contain all the content in the documentation.{% endtrans %}</p>
|
|
||||||
|
|
||||||
<p>{% trans %}
|
<p>{% trans %}
|
||||||
We no longer provide pre-built PDFs of the documentation.
|
We no longer provide pre-built PDFs of the documentation.
|
||||||
To build a PDF archive, follow the instructions in the
|
To build a PDF archive, follow the instructions in the
|
||||||
|
|
@ -75,7 +72,6 @@ and run <code>make dist-pdf</code> in the <code>Doc/</code> directory of a copy
|
||||||
See the <a href="https://docs.python.org/{{ version }}/archives/">directory listing</a>
|
See the <a href="https://docs.python.org/{{ version }}/archives/">directory listing</a>
|
||||||
for file sizes.{% endtrans %}</p>
|
for file sizes.{% endtrans %}</p>
|
||||||
|
|
||||||
|
|
||||||
<h2>{% trans %}Problems{% endtrans %}</h2>
|
<h2>{% trans %}Problems{% endtrans %}</h2>
|
||||||
{% set bugs = pathto('bugs') %}
|
{% set bugs = pathto('bugs') %}
|
||||||
<p>{% trans bugs = bugs %}<a href="{{ bugs }}">Open an issue</a>
|
<p>{% trans bugs = bugs %}<a href="{{ bugs }}">Open an issue</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue