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 serhiy.storchaka
Recipients asvetlov, docs@python, georg.brandl, serhiy.storchaka
Date 2012-08-10.18:18:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344622704.44.0.0726340180796.issue15527@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I don't know anything about the Sphinx, therefore, I do not know what is the problem and what the solution should be.

1) If this is the improper use of markup (the arguments are not supported and must not), we need to remove markup from other doc files (Doc/library/os.rst, Doc/library/platform.rst, Doc/library/unittest.rst, Doc/whatsnew/2.0.rst, Doc/whatsnew/2.1.rst, Doc/whatsnew/2.2.rst, Doc/whatsnew/2.3.rst, Doc/whatsnew/2.4.rst, Doc/whatsnew/2.5.rst, Doc/whatsnew/3.0.rst).

2) If the behaviour of the markup is controlled by configuration files, which are under the management of the CPython team, then these configuration files should be fixed.

3) If the behaviour of the markup is hardcoded inside the Sphinx, then it is the Sphinx bug and it should be reported to Sphinx team. I don't know what CPython team can/should do with it.

Which of these variants is actual?

Note, :c:macro: works for names with arguments, and :c:func:, :func:, :meth: did not.
History
Date User Action Args
2012-08-10 18:18:24serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, asvetlov, docs@python
2012-08-10 18:18:24serhiy.storchakasetmessageid: <1344622704.44.0.0726340180796.issue15527@psf.upfronthosting.co.za>
2012-08-10 18:18:23serhiy.storchakalinkissue15527 messages
2012-08-10 18:18:23serhiy.storchakacreate