]> granicus.if.org Git - python/commitdiff
README: Use h3 headings for build sections, and add TOC (GH-64)
authorEvan Klitzke <evan@eklitzke.org>
Tue, 28 Feb 2017 06:32:07 +0000 (22:32 -0800)
committerINADA Naoki <methane@users.noreply.github.com>
Tue, 28 Feb 2017 06:32:07 +0000 (15:32 +0900)
README.rst

index 21e2bf61498d5289ddcc69271c317fb3dbe9fbf2..0195859da34893668905502d7cf60f0924bc7e76 100644 (file)
@@ -40,6 +40,7 @@ Installable Python kits, and information about using Python, are available at
 
 .. _python.org: https://www.python.org/
 
+.. contents::
 
 Build Instructions
 ------------------
@@ -85,7 +86,7 @@ below.
 
 
 Profile Guided Optimization
----------------------------
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 PGO takes advantage of recent versions of the GCC or Clang compilers.  If ran,
 ``make profile-opt`` will do several steps.
@@ -109,7 +110,7 @@ optimized and suitable for distribution or production installation.
 
 
 Link Time Optimization
-----------------------
+^^^^^^^^^^^^^^^^^^^^^^
 
 Enabled via configure's ``--with-lto`` flag.  LTO takes advantage of the
 ability of recent compiler toolchains to optimize across the otherwise