Message 137460 - Python tracker (original) (raw)

Message137460

Author ezio.melotti
Recipients benjamin.peterson, docs@python, eric.araujo, ezio.melotti, georg.brandl, jonash, r.david.murray
Date 2011-06-01.21:22:33
SpamBayes Score 8.112757e-05
Marked as misclassified No
Message-id 1306963354.43.0.523215539016.issue11975@psf.upfronthosting.co.za
In-reply-to
Content
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.
History
Date User Action Args
2011-06-01 21:22:34 ezio.melotti set recipients: + ezio.melotti, georg.brandl, benjamin.peterson, eric.araujo, r.david.murray, jonash, docs@python
2011-06-01 21:22:34 ezio.melotti set messageid: 1306963354.43.0.523215539016.issue11975@psf.upfronthosting.co.za
2011-06-01 21:22:33 ezio.melotti link issue11975 messages
2011-06-01 21:22:33 ezio.melotti create