[docs] [issue11975] Fix referencing of built-in types (list, int, ...)
Ezio Melotti
report at bugs.python.org
Wed Jun 1 23:22:34 CEST 2011
Ezio Melotti <ezio.melotti at gmail.com> added the comment:
I think the only way to find it out is to try it and see.
In the worst case, sphinx will give an error while building the doc, if we are lucky it will just pick one of the two (or even better the one defined with the function directive while using :func:`` and the other one while using :class:``).
You can also experiment with :noindex: but I'm not sure it will do anything useful here.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11975>
_______________________________________
More information about the docs
mailing list