From: Stéphane Wirtel Date: Sun, 4 Nov 2018 20:41:34 +0000 (+0100) Subject: bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-10316) X-Git-Tag: v3.8.0a1~586 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0edc7b1b1a2b22d4d200f80995454d01927bf93e;p=thirdparty%2FPython%2Fcpython.git bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-10316) --- diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html index 327452484cc8..8abce8ed6a87 100644 --- a/Doc/tools/templates/indexsidebar.html +++ b/Doc/tools/templates/indexsidebar.html @@ -16,4 +16,5 @@
  • {% trans %}Beginner's Guide{% endtrans %}
  • {% trans %}Book List{% endtrans %}
  • {% trans %}Audio/Visual Talks{% endtrans %}
  • +
  • {% trans %}Python Developer’s Guide{% endtrans %}