From 0edc7b1b1a2b22d4d200f80995454d01927bf93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Sun, 4 Nov 2018 21:41:34 +0100 Subject: bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-10316) --- Doc/tools/templates/indexsidebar.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html index 3274524..8abce8e 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 %}
  • -- cgit v0.12