[Distutils] My rst README is not formatted on pypi.python.org

Jeremy Gillick j_gillick at yahoo.com
Thu May 16 20:16:07 CEST 2013


That fixed it! Which is kinda silly that in-page links would be filtered out. In any case, thanks for helping me to get this working!


________________________________
 From: Donald Stufft 
To: Jeremy Gillick 
Sent: Wednesday, May 15, 2013 6:01 PM
Subject: Re: [Distutils] My rst README is not formatted on pypi.python.org
 




On May 15, 2013, at 6:53 PM, Jeremy Gillick <j_gillick at yahoo.com> wrote:

I wrote a valid (as far as I can tell/test) reStructuredText README file, but on pypi it's just shown as plain text. I have run the file through the rst2html.py tool and it works without errors and appears to be formatted correctly. Github is also able to display it correctly. Can someone tell me what I am doing wrong? My project is at:
>
>
>https://pypi.python.org/pypi/lcinvestor
>
>
>
>Are there any restrictions on pypi to file length of header hierarchy?
>
>
>Thanks,
>Jeremy_______________________________________________
>Distutils-SIG maillist  -  Distutils-SIG at python.org
>http://mail.python.org/mailman/listinfo/distutils-sig
>

It's probably due to your use of urls like #minmax-percent-interest-rate, PyPI whitelists the allowed url schemes and I don't think "no scheme" is an allowed one.

-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130516/5c5599b2/attachment-0001.html>


More information about the Distutils-SIG mailing list