]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
authorAndrés Delfino <adelfino@gmail.com>
Sat, 23 Jun 2018 18:27:16 +0000 (15:27 -0300)
committerMariatta <Mariatta@users.noreply.github.com>
Sat, 23 Jun 2018 18:27:16 +0000 (11:27 -0700)
Doc/faq/design.rst

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