[Python-Dev] [Python-checkins] cpython (2.7): Fix closes Issue12722 (original) (raw)
[Python-Dev] [Python-checkins] cpython (2.7): Fix closes Issue12722 - link heapq source in the text format in the
Senthil Kumaran senthil at uthcode.com
Thu Aug 11 02:13:49 CEST 2011
- Previous message: [Python-Dev] [Python-checkins] cpython (2.7): Fix closes Issue12722 - link heapq source in the text format in the
- Next message: [Python-Dev] [Python-checkins] cpython (2.7): Fix closes Issue12722 - link heapq source in the text format in the
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Aug 10, 2011 at 11:58:24PM +0300, Ezio Melotti wrote:
hg.python.org/cpython/2.7/path/to/file.py should work just fine.
The correct path seems to be:
http://hg.python.org/cpython/file/2.7/Lib/<modulefile.py>
IIRC the reason why we don't do it on 2.x is because we don't have the 'source' directive available in Sphinx and therefore we would have to update all the links manually to link to h.p.o instead of s.p.o.
I see. Does sphinx have any such directive already? How is it supposed to behave?
-- Senthil
- Previous message: [Python-Dev] [Python-checkins] cpython (2.7): Fix closes Issue12722 - link heapq source in the text format in the
- Next message: [Python-Dev] [Python-checkins] cpython (2.7): Fix closes Issue12722 - link heapq source in the text format in the
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]