]> granicus.if.org Git - python/commitdiff
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 23 Jun 2018 18:48:28 +0000 (11:48 -0700)
committerGitHub <noreply@github.com>
Sat, 23 Jun 2018 18:48:28 +0000 (11:48 -0700)
(cherry picked from commit 38cf49bf695903ac7a8516bca6bbb6b32d935bb5)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
Doc/faq/design.rst

index 1bd800b1a81babcf638fa3cf910cb66603525e2e..dae0737628fefbbd56338ccb15957f8e5bc8a860 100644 (file)
@@ -2,6 +2,11 @@
 Design and History FAQ
 ======================
 
+.. only:: html
+
+   .. contents::
+
+
 Why does Python use indentation for grouping of statements?
 -----------------------------------------------------------