← Back to team overview

lazr-developers team mailing list archive

[Bug 355600] Re: PyPI page shows ReST source

 

Thanks Tim, thanks Marius.

It is a general lazr.yourpkg template problem.  Francis and I decided
that this was not a priority problem at the moment.

My general plan to solve this for all lazr packages (subject to someone
convincing me with another one) is to upload the Sphinx docs to
http://packages.python.org/;  and switch to having the top-level README
provide the long description, and have it point to the Sphinx docs.

Marius' solution is fine for smaller packages, also.

Tim, I can update the package's registration today.  Feel free to bug me
if I haven't done it.  If you give me your PyPI name I can grant you
access too, if you like.

Gary

-- 
PyPI page shows ReST source
https://bugs.launchpad.net/bugs/355600
You received this bug notification because you are a member of LAZR
Developers, which is the registrant for lazr.enum.

Status in lazr.enum: Fix Committed

Bug description:
http://pypi.python.org/pypi/lazr.enum shows the ReStructuredText markup source instead of a prettily formatted page.  The reason for this is usually invalid ReST markup.  In this particular case it seems to come from Sphinx directives (.. toc-tree:) that basic ReST doesn't define.

I've a proposed fix in a local Bazaar branch.  Now if only I could figure out how to attach that fix to this bug report...



References