Zitat von Barry Warsaw <[email protected]>:

http://pypi.python.org/pypi/nose/1.2.1

this contains a like called 'Package Documentation' at the top, which sends
you first to http://packages.python.org/nose with a redirect to
https://nose.readthedocs.org/en/latest/

I suppose that's not so bad, although it's a little crufty.  How hard was it
for the nose devs to set that up?

See view-source:http://packages.python.org/nose/ (in Chome)

Basically, it's a single HTML file that has
<meta http-equiv="refresh"
      content="1;url=http://readthedocs.org/docs/nose/";>

They uploaded it once, and don't need to change it when they make a new release.

If you wonder about the "Package Documentation" link: PyPI inserts that
if it finds that documentation was uploaded.

Regards,
Martin


_______________________________________________
Catalog-SIG mailing list
[email protected]
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to