[docs] [issue15527] Double parens in functions references

Serhiy Storchaka report at bugs.python.org
Sat Aug 11 09:54:38 CEST 2012


Serhiy Storchaka added the comment:

Georg, I see that :meth: with arguments works in the form :meth:`name(args) <module.class.name>`. I believe that the hyperlinks are helpful and it was designed that way.

Replacing :meth:/:func:/:c:func: for names with arguments on double backquotes can be done almost automatically. Here's another patch (I like it less).

----------
Added file: http://bugs.python.org/file26763/doc_dbl_parens_drop_markup.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15527>
_______________________________________


More information about the docs mailing list