Adam Boduch wrote: > Hi, > > I'm just wondering how to use the hosted API documentation feature on > pypi. I followed the instructions for uploading a zip file containing > the documentation. I now get HTTP forbidden when visiting > http://packages.python.org/boduch/ > > Am I missing a step?
No - you just have the URL wrong. It's http://packages.python.org/boduch/boduch/ (apparently, your zipfile contains a single directory "boduch", and no index.html beside it) Regards, Martin _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
