You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/tools/templates/indexcontent.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ <h1>{{ docstitle|e }}</h1>
23
23
<pclass="biglink"><aclass="biglink" href="{{ pathto("howto/index") }}">{% trans %}Python HOWTOs{% endtrans %}</a><br/>
24
24
<spanclass="linkdescr">{% trans %}In-depth topic manuals{% endtrans %}</span></p>
25
25
</td><tdwidth="50%">
26
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("license") }}">{% trans %}History and license of Python{% endtrans %}</a><br/>
27
+
<spanclass="linkdescr">{% trans %}Know the history of Python{% endtrans %}</span></p>
26
28
<pclass="biglink"><aclass="biglink" href="{{ pathto("installing/index") }}">{% trans %}Installing Python modules{% endtrans %}</a><br/>
27
29
<spanclass="linkdescr">{% trans %}Third-party modules and PyPI.org{% endtrans %}</span></p>
28
30
<pclass="biglink"><aclass="biglink" href="{{ pathto("distributing/index") }}">{% trans %}Distributing Python modules{% endtrans %}</a><br/>
@@ -60,7 +62,6 @@ <h1>{{ docstitle|e }}</h1>
60
62
<pclass="biglink"><aclass="biglink" href="https://devguide.python.org/docquality/#helping-with-documentation">{% trans %}Contributing to Docs{% endtrans %}</a></p>
61
63
<pclass="biglink"><aclass="biglink" href="{{ pathto("download") }}">{% trans %}Download the documentation{% endtrans %}</a></p>
62
64
</td><tdwidth="50%">
63
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("license") }}">{% trans %}History and license of Python{% endtrans %}</a></p>
64
65
<pclass="biglink"><aclass="biglink" href="{{ pathto("about") }}">{% trans %}About the documentation{% endtrans %}</a></p>
65
66
<pclass="biglink"><aclass="biglink" href="{{ pathto("copyright") }}">{% trans %}Copyright{% endtrans %}</a></p>
0 commit comments