Re: PyPI editing

2009-03-05 Thread Chris Rebert
On Wed, Mar 4, 2009 at 11:42 PM, andrew cooke and...@acooke.org wrote:

 Not sure where to ask this, but how do I edit my PyPI page?

 http://pypi.python.org/pypi/LEPL/2.0 doesn't have any text compared to
 http://pypi.python.org/pypi/pypp/0.0.2 (selected at random).  How do I the
 Benefits, Drawbacks etc?

 I have clicked around the admin interface, but I only see what seem to be
 very specific fields in the edit section.  If one of those can take
 HTML, which is it?

I would venture a guess that the main description field accepts
reStructuredText formatting.

Cheers,
Chris

-- 
I have a blog:
http://blog.rebertia.com
--
http://mail.python.org/mailman/listinfo/python-list


Re: PyPI editing

2009-03-05 Thread andrew cooke

Apparently not (this will probably change, but see
http://pypi.python.org/pypi/LEPL/2.0.1 which is currently displaying
restructured text literally)

Thanks,
Andrew

Chris Rebert wrote:
 On Wed, Mar 4, 2009 at 11:42 PM, andrew cooke and...@acooke.org wrote:

 Not sure where to ask this, but how do I edit my PyPI page?

 http://pypi.python.org/pypi/LEPL/2.0 doesn't have any text compared to
 http://pypi.python.org/pypi/pypp/0.0.2 (selected at random).  How do I
 the
 Benefits, Drawbacks etc?

 I have clicked around the admin interface, but I only see what seem to
 be
 very specific fields in the edit section.  If one of those can take
 HTML, which is it?

 I would venture a guess that the main description field accepts
 reStructuredText formatting.

 Cheers,
 Chris

 --
 I have a blog:
 http://blog.rebertia.com




--
http://mail.python.org/mailman/listinfo/python-list


Re: PyPI editing

2009-03-05 Thread David Stanek
On Thu, Mar 5, 2009 at 3:32 AM, andrew cooke and...@acooke.org wrote:

 Apparently not (this will probably change, but see
 http://pypi.python.org/pypi/LEPL/2.0.1 which is currently displaying
 restructured text literally)


Did you put the ReST in the description or the long_description? Take
a look at the setup.py from the example you gave:
http://code.google.com/p/pypp/source/browse/trunk/setup.py.

Warning: I have not done this myself.

-- 
David
http://www.traceback.org
--
http://mail.python.org/mailman/listinfo/python-list


Re: PyPI editing

2009-03-05 Thread andrew cooke

ah!  thanks very much.  that is obviously what i need to do.

i am pretty sure i was doing the wrong thing, but am now at work.  i'll
check this tonight.

thanks again,
andrew


David Stanek wrote:
 On Thu, Mar 5, 2009 at 3:32 AM, andrew cooke and...@acooke.org wrote:

 Apparently not (this will probably change, but see
 http://pypi.python.org/pypi/LEPL/2.0.1 which is currently displaying
 restructured text literally)


 Did you put the ReST in the description or the long_description? Take
 a look at the setup.py from the example you gave:
 http://code.google.com/p/pypp/source/browse/trunk/setup.py.

 Warning: I have not done this myself.

 --
 David
 http://www.traceback.org




--
http://mail.python.org/mailman/listinfo/python-list


PyPI editing

2009-03-04 Thread andrew cooke

Not sure where to ask this, but how do I edit my PyPI page?

http://pypi.python.org/pypi/LEPL/2.0 doesn't have any text compared to
http://pypi.python.org/pypi/pypp/0.0.2 (selected at random).  How do I the
Benefits, Drawbacks etc?

I have clicked around the admin interface, but I only see what seem to be
very specific fields in the edit section.  If one of those can take
HTML, which is it?

Thanks,
Andrew

--
http://mail.python.org/mailman/listinfo/python-list