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
This commit is contained in:
Martin Panter 2016-04-16 04:59:38 +00:00
parent b4912b8ed3
commit 00ccacc8db
11 changed files with 30 additions and 30 deletions

View file

@ -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`.