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 tim.golden
Recipients JosephArmbruster, georg.brandl, tim.golden
Date 2007-12-02.17:14:59
SpamBayes Score 0.15769783
Marked as misclassified No
Message-id <1196615699.75.0.311958629632.issue1520@psf.upfronthosting.co.za>
In-reply-to
Content
I'm a little flummoxed. Patching relative_uri in the
sphinx/util/__init__.py to re.split on ("/" + os.sep) sorts out the
static generation. But it seems to introduce a couple of problems with
the web-server version of the docs. One is that links end up without a
category: http://localhost:3000/windows/ instead of
http://localhost:3000/using/windows/. The other is that, even if you put
the URLs in by hand, they don't work whereas /using%5cwindows *does*
work. Which suggests that the windows-y path is being stored somewhere
in the pickle files.

So now we're stretched two ways: the HTML needs /-delimited names to
work; the pickled files need \-delimited. I'm still looking at it, but
if anyone has more knowledge that I have (couldn't exactly have less)
then please feel free to chip in.
History
Date User Action Args
2007-12-02 17:14:59tim.goldensetspambayes_score: 0.157698 -> 0.15769783
recipients: + tim.golden, georg.brandl, JosephArmbruster
2007-12-02 17:14:59tim.goldensetspambayes_score: 0.157698 -> 0.157698
messageid: <1196615699.75.0.311958629632.issue1520@psf.upfronthosting.co.za>
2007-12-02 17:14:59tim.goldenlinkissue1520 messages
2007-12-02 17:14:59tim.goldencreate