File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,10 +84,16 @@ <h1>{{ docstitle|e }}</h1>
8484 < ul >
8585 < li class ="biglink "> < a class ="biglink " href ="https://packaging.python.org "> {% trans %}Python Packaging User Guide{% endtrans %}</ a > < br >
8686 < span class ="linkdescr "> {% trans %}Resources relating to Python packaging{% endtrans %}</ span > </ li >
87+ < li class ="biglink "> < a class ="biglink " href ="https://devguide.python.org "> {% trans %}Python developer's guide{% endtrans %}</ a > < br >
88+ < span class ="linkdescr "> {% trans %}Information on contributing to Python{% endtrans %}</ span > </ li >
89+ < li class ="biglink "> < a class ="biglink " href ="https://peps.python.org/ "> {% trans %}Python Enhancement Proposals{% endtrans %}</ a > < br >
90+ < span class ="linkdescr "> {% trans %}Index of proposed improvements to Python{% endtrans %}</ span > </ li >
8791 </ ul >
8892 < ul >
8993 < li class ="biglink "> < a class ="biglink " href ="https://typing.python.org "> {% trans %}Static Typing with Python{% endtrans %}</ a > < br >
9094 < span class ="linkdescr "> {% trans %}Information and guides about Python type safety{% endtrans %}</ span > </ li >
95+ < li class ="biglink "> < a class ="biglink " href ="https://www.python.org/doc/av/ "> {% trans %}Audio/visual talks{% endtrans %}</ a > < br >
96+ < span class ="linkdescr "> {% trans %}Podcasts, talks, and video presentations from the community{% endtrans %}</ span > </ li >
9197 </ ul >
9298 </ div >
9399
Original file line number Diff line number Diff line change @@ -6,12 +6,3 @@ <h3>{% trans %}Docs by version{% endtrans %}</h3>
66 {% include "_docs_by_version.html" without context %}
77 < li > < a href ="https://www.python.org/doc/versions/ "> {% trans %}All versions{% endtrans %}</ a > </ li >
88</ ul >
9- < h3 > {% trans %}Other resources{% endtrans %}</ h3 >
10- < ul >
11- {# XXX: many of these should probably be merged in the main docs #}
12- < li > < a href ="https://peps.python.org/ "> {% trans %}PEP index{% endtrans %}</ a > </ li >
13- < li > < a href ="https://wiki.python.org/moin/BeginnersGuide "> {% trans %}Beginner's guide{% endtrans %}</ a > </ li >
14- < li > < a href ="https://wiki.python.org/moin/PythonBooks "> {% trans %}Book list{% endtrans %}</ a > </ li >
15- < li > < a href ="https://www.python.org/doc/av/ "> {% trans %}Audio/visual talks{% endtrans %}</ a > </ li >
16- < li > < a href ="https://devguide.python.org/ "> {% trans %}Python developer’s guide{% endtrans %}</ a > </ li >
17- </ ul >
You can’t perform that action at this time.
0 commit comments