This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bsipocz
Recipients benjamin.peterson, bsipocz, chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl, jonash, r.david.murray
Date 2014-04-10.14:47:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397141244.98.0.54433368179.issue11975@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to reference the list methods in a documentation using intersphinx-ing e.g ":meth:`list.append`" etc. However there are no links generated for these. 

I may underestimate issues raised in this thread, but it naively seems that removing the :noindex: lines from datastructures.rst would solve the problem.

thanks
History
Date User Action Args
2014-04-10 14:47:25bsipoczsetrecipients: + bsipocz, georg.brandl, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray, jonash, chris.jerdonek, docs@python
2014-04-10 14:47:24bsipoczsetmessageid: <1397141244.98.0.54433368179.issue11975@psf.upfronthosting.co.za>
2014-04-10 14:47:24bsipoczlinkissue11975 messages
2014-04-10 14:47:24bsipoczcreate