Skip to content

Commit 6db764a

Browse files
eklitzkemethane
authored andcommitted
README: Use h3 headings for build sections, and add TOC (GH-64)
1 parent ecf39bb commit 6db764a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Installable Python kits, and information about using Python, are available at
4040

4141
.. _python.org: https://www.python.org/
4242

43+
.. contents::
4344

4445
Build Instructions
4546
------------------
@@ -85,7 +86,7 @@ below.
8586

8687

8788
Profile Guided Optimization
88-
---------------------------
89+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
8990

9091
PGO takes advantage of recent versions of the GCC or Clang compilers. If ran,
9192
``make profile-opt`` will do several steps.
@@ -109,7 +110,7 @@ optimized and suitable for distribution or production installation.
109110

110111

111112
Link Time Optimization
112-
----------------------
113+
^^^^^^^^^^^^^^^^^^^^^^
113114

114115
Enabled via configure's ``--with-lto`` flag. LTO takes advantage of the
115116
ability of recent compiler toolchains to optimize across the otherwise

0 commit comments

Comments
 (0)