Skip to content

Commit 59ccd5a

Browse files
committed
[Doc] Move History of Python link to main section on index page
1 parent 6d989ed commit 59ccd5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/tools/templates/indexcontent.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ <h1>{{ docstitle|e }}</h1>
2323
<p class="biglink"><a class="biglink" href="{{ pathto("howto/index") }}">{% trans %}Python HOWTOs{% endtrans %}</a><br/>
2424
<span class="linkdescr">{% trans %}In-depth topic manuals{% endtrans %}</span></p>
2525
</td><td width="50%">
26+
<p class="biglink"><a class="biglink" href="{{ pathto("license") }}">{% trans %}History and license of Python{% endtrans %}</a><br/>
27+
<span class="linkdescr">{% trans %}Know the history of Python{% endtrans %}</span></p>
2628
<p class="biglink"><a class="biglink" href="{{ pathto("installing/index") }}">{% trans %}Installing Python modules{% endtrans %}</a><br/>
2729
<span class="linkdescr">{% trans %}Third-party modules and PyPI.org{% endtrans %}</span></p>
2830
<p class="biglink"><a class="biglink" href="{{ pathto("distributing/index") }}">{% trans %}Distributing Python modules{% endtrans %}</a><br/>
@@ -60,7 +62,6 @@ <h1>{{ docstitle|e }}</h1>
6062
<p class="biglink"><a class="biglink" href="https://devguide.python.org/docquality/#helping-with-documentation">{% trans %}Contributing to Docs{% endtrans %}</a></p>
6163
<p class="biglink"><a class="biglink" href="{{ pathto("download") }}">{% trans %}Download the documentation{% endtrans %}</a></p>
6264
</td><td width="50%">
63-
<p class="biglink"><a class="biglink" href="{{ pathto("license") }}">{% trans %}History and license of Python{% endtrans %}</a></p>
6465
<p class="biglink"><a class="biglink" href="{{ pathto("about") }}">{% trans %}About the documentation{% endtrans %}</a></p>
6566
<p class="biglink"><a class="biglink" href="{{ pathto("copyright") }}">{% trans %}Copyright{% endtrans %}</a></p>
6667
</td></tr>

0 commit comments

Comments
 (0)