Ezio Melotti <ezio.melo...@gmail.com> added the comment:

Isn't there a way to specify multiple targets for the same entry?
The doc could say that int, float and complex all share some methods/attributes 
and then either list e.g. int.conjugate, float.conjugate, complex.conjugate 
with a single description or use just int (or even numbers.Number) and create 
targets for float and complex too in some other way, so that float.conjugate 
automatically links to the description of Number.conjugate.
I don't think it's necessary to document all methods/attributes in the same 
place.  These methods/attributes are not so common, so it's ok to have them 
documented in the numbers.Number page, for example.  A simple link to the page 
can then be added to the int/float/complex docs.
See also #4966 for a discussion about the reorganization of the stdtypes page.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11977>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to