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 eric.araujo
Recipients docs@python, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, terry.reedy
Date 2010-11-21.03:10:50
SpamBayes Score 0.007725826
Marked as misclassified No
Message-id <1290309052.25.0.612104533179.issue9312@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the review.  I agree and committed changes in r86632.

The problem with :option:`-c` is probably that Sphinx wants to find a “.. cmdoption:: -c” joined with the latest program directive it has seen, and thus can’t find the -c defined with a previous program directive.  I fought hard with that, trying :option:`-c <cmdoption-unittest-c>` and :ref:, but no luck.  I finally just used ```` markup.  When #10470 is implemented the two option lists will be merged and I’ll be able to use :option:`-c`.

Georg, it would be nice if you could confirm or infirm my analysis.
History
Date User Action Args
2010-11-21 03:10:52eric.araujosetrecipients: + eric.araujo, georg.brandl, terry.reedy, ezio.melotti, eli.bendersky, docs@python
2010-11-21 03:10:52eric.araujosetmessageid: <1290309052.25.0.612104533179.issue9312@psf.upfronthosting.co.za>
2010-11-21 03:10:50eric.araujolinkissue9312 messages
2010-11-21 03:10:50eric.araujocreate