aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2018-11-04 21:41:34 +0100
committerJulien Palard <julien@palard.fr>2018-11-04 21:41:34 +0100
commit0edc7b1b1a2b22d4d200f80995454d01927bf93e (patch)
tree0697491a2fa2c7c5f9ba561ae82365da84543652
parentbpo-35161: Fix stack-use-after-scope in grp.getgr{nam,gid} and pwd.getpw{nam,... (diff)
downloadcpython-0edc7b1b1a2b22d4d200f80995454d01927bf93e.tar.gz
cpython-0edc7b1b1a2b22d4d200f80995454d01927bf93e.tar.bz2
cpython-0edc7b1b1a2b22d4d200f80995454d01927bf93e.zip
bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-10316)
-rw-r--r--Doc/tools/templates/indexsidebar.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html
index 327452484cc..8abce8ed6a8 100644
--- a/Doc/tools/templates/indexsidebar.html
+++ b/Doc/tools/templates/indexsidebar.html
@@ -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>