]> granicus.if.org Git - python/commitdiff
bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-10316)
authorStéphane Wirtel <stephane@wirtel.be>
Sun, 4 Nov 2018 20:41:34 +0000 (21:41 +0100)
committerJulien Palard <julien@palard.fr>
Sun, 4 Nov 2018 20:41:34 +0000 (21:41 +0100)
Doc/tools/templates/indexsidebar.html

index 327452484cc8a7da6d0a911996c835950f36dd59..8abce8ed6a87025a16c6c0ac55b93e65567fc8a4 100644 (file)
@@ -16,4 +16,5 @@
   <li><a href="https://wiki.python.org/moin/BeginnersGuide">{% trans %}Beginner's Guide{% endtrans %}</a></li>
   <li><a href="https://wiki.python.org/moin/PythonBooks">{% trans %}Book List{% endtrans %}</a></li>
   <li><a href="https://www.python.org/doc/av/">{% trans %}Audio/Visual Talks{% endtrans %}</a></li>
+  <li><a href="https://devguide.python.org/">{% trans %}Python Developer’s Guide{% endtrans %}</a></li>
 </ul>