[issue13437] Provide links to the source code for every module in the documentation

Julian Berman report at bugs.python.org
Sun Nov 20 01:29:31 CET 2011


New submission from Julian Berman <Julian+Python.org at GrayVines.com>:

The documentation occasionally contains a link to the source code for a module in the stdlib. See for instance http://docs.python.org/library/urlparse.html and http://docs.python.org/library/collections.html , or many others.

With a quick perusal, I couldn't immediately guess as to which ones managed to have one and which ones don't, but it'd be convenient to have a link in as many places as possible, which is certainly more than we have now. (See e.g. http://docs.python.org/library/json.html and http://docs.python.org/library/itertools.html and many others for examples of pages that lack a link).

Perhaps putting it in a more conspicuous but still consistent location would be reasonable (the sidebar?).

----------
assignee: docs at python
components: Documentation
messages: 147973
nosy: Julian, docs at python
priority: normal
severity: normal
status: open
title: Provide links to the source code for every module in the documentation
type: feature request
versions: Python 2.7, Python 3.3

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


More information about the Python-bugs-list mailing list