diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-16 04:59:38 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-16 04:59:38 (GMT) |
commit | 00ccacc8db8194f15d8af26b788ec36314b990d1 (patch) | |
tree | 98bf16d9eeb894fdcb464eed646d53b4d366bfe7 /Doc/install/index.rst | |
parent | b4912b8ed367e540ee060fe912f841cc764fd293 (diff) | |
download | cpython-00ccacc8db8194f15d8af26b788ec36314b990d1.zip cpython-00ccacc8db8194f15d8af26b788ec36314b990d1.tar.gz cpython-00ccacc8db8194f15d8af26b788ec36314b990d1.tar.bz2 |
Issue #26638: Fix links to some CLI options and section headings
* Disable inappropriate links to Python interpreter options
* Correct link to CLI section in zipapp
* Make CLI section label in timeit less ambiguous
Diffstat (limited to 'Doc/install/index.rst')
-rw-r--r-- | Doc/install/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index febdb7c..5bc58cc 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -865,12 +865,12 @@ config file will apply. (Or if other commands that derive values from it are run, they will use the values in the config file.) You can find out the complete list of options for any command using the -:option:`--help` option, e.g.:: +:option:`!--help` option, e.g.:: python setup.py build --help and you can find out the complete list of global options by using -:option:`--help` without a command:: +:option:`!--help` without a command:: python setup.py --help @@ -927,7 +927,7 @@ Let's examine each of the fields in turn. to be in Objective C. * *cpparg* is an argument for the C preprocessor, and is anything starting with - :option:`-I`, :option:`-D`, :option:`-U` or :option:`-C`. + :option:`!-I`, :option:`-D`, :option:`!-U` or :option:`-C`. * *library* is anything ending in :file:`.a` or beginning with :option:`-l` or :option:`-L`. |