[docs] [issue16207] add class name to method signatures in stdtypes docs

Chris Jerdonek report at bugs.python.org
Fri Oct 12 10:37:38 CEST 2012


Chris Jerdonek added the comment:

So it looks like the class name gets stripped when rendering if you prefix the method name with the class name and the methods are nested beneath the class.

So it seems like the options are to either (1) move the non-methods outside the class (e.g. before the class), or (2) clearly divide the methods and non-methods into two groups (e.g. "These are the operations..." and "These are the methods...").  I lean towards the latter.  And it would be a smaller change.

----------

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


More information about the docs mailing list