We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c8699 commit 90cf345Copy full SHA for 90cf345
Doc/tools/templates/indexcontent.html
@@ -62,6 +62,7 @@ <h1>{{ docstitle|e }}</h1>
62
</td><td width="50%">
63
<p class="biglink"><a class="biglink" href="{{ pathto("license") }}">{% trans %}History and License of Python{% endtrans %}</a></p>
64
<p class="biglink"><a class="biglink" href="{{ pathto("copyright") }}">{% trans %}Copyright{% endtrans %}</a></p>
65
+ <p class="biglink"><a class="biglink" href="{{ pathto("download") }}">{% trans %}Download the documentation{% endtrans %}</a></p>
66
</td></tr>
67
</table>
68
{% endblock %}
0 commit comments