Message137254
I'm not.
My patch doesn't address the problem of unlinkable methods but wrong type declarations (read, wrong usage of ".. function::" directives) for builtins like int, float, bool, list etc. Because the directives change, the roles used to link to them (":func:`list`") have to be changed accordingly. That's what this patch does.
I want to address `list` method documentation in the next step. |
|
Date |
User |
Action |
Args |
2011-05-30 10:38:53 | jonash | set | recipients:
+ jonash, georg.brandl, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray, docs@python |
2011-05-30 10:38:53 | jonash | set | messageid: <1306751933.07.0.250319995675.issue11975@psf.upfronthosting.co.za> |
2011-05-30 10:38:52 | jonash | link | issue11975 messages |
2011-05-30 10:38:52 | jonash | create | |
|