]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-104395: Add a link in 'Meta Information' to the docs download page (#104443)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Tue, 12 Sep 2023 20:32:13 +0000 (21:32 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 20:32:13 +0000 (20:32 +0000)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/tools/templates/indexcontent.html

index a96746b69fd41b70e21c47db00ef547833855c52..1e3ab7cfe02feeb85605981e044df41fe231d476 100644 (file)
@@ -62,6 +62,7 @@
     </td><td width="50%">
       <p class="biglink"><a class="biglink" href="{{ pathto("license") }}">{% trans %}History and License of Python{% endtrans %}</a></p>
       <p class="biglink"><a class="biglink" href="{{ pathto("copyright") }}">{% trans %}Copyright{% endtrans %}</a></p>
+      <p class="biglink"><a class="biglink" href="{{ pathto("download") }}">{% trans %}Download the documentation{% endtrans %}</a></p>
     </td></tr>
   </table>
 {% endblock %}