diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-09-12 20:32:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 20:32:13 (GMT) |
commit | 90cf345ed42ae4d17d2a073718985eb3432a7c20 (patch) | |
tree | 57682b5dd15749a1c9ddbca335f4b37ccab5bd98 /Doc | |
parent | 44c8699196c1951037bc549c895ea5af26c7254e (diff) | |
download | cpython-90cf345ed42ae4d17d2a073718985eb3432a7c20.zip cpython-90cf345ed42ae4d17d2a073718985eb3432a7c20.tar.gz cpython-90cf345ed42ae4d17d2a073718985eb3432a7c20.tar.bz2 |
GH-104395: Add a link in 'Meta Information' to the docs download page (#104443)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/templates/indexcontent.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index a96746b..1e3ab7c 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -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 %} |