This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients docs@python, martin.panter
Date 2016-03-25.04:49:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458881380.09.0.599104229044.issue26638@psf.upfronthosting.co.za>
In-reply-to
Content
Defeat many warnings and related fixes building documentation

* Mask various CLI options with exclamation marks (!)
* Correct link to CLI section in zipapp
* Make CLI section label in timeit less ambiguous

The following warnings from unittest remain. Ideally they should be linked to the Python CLI documentation, but this does not seem possible because the “unittest” documentation defines its own CLI options.

Doc/library/unittest.rst:1965: WARNING: unknown option: -Wd
Doc/library/unittest.rst:1965: WARNING: unknown option: -Wa
Doc/library/unittest.rst:2051: WARNING: unknown option: -W
History
Date User Action Args
2016-03-25 04:49:42martin.pantersetrecipients: + martin.panter, docs@python
2016-03-25 04:49:40martin.pantersetmessageid: <1458881380.09.0.599104229044.issue26638@psf.upfronthosting.co.za>
2016-03-25 04:49:39martin.panterlinkissue26638 messages
2016-03-25 04:49:39martin.pantercreate