appliedsec / pygeoip

DEPRECATED: Pure Python API for Maxmind's binary GeoIP databases
https://github.com/appliedsec/pygeoip
GNU Lesser General Public License v3.0
481 stars 111 forks source link

Package documentation is formatted as text on PyPI #60

Closed oschwald closed 10 years ago

oschwald commented 10 years ago

See https://pypi.python.org/pypi/pygeoip/. This generally happens when there is reStructuredText directives that are invalid or only available in newer versions of Docutils. PyPI is generally several versions behind.

tiwilliam commented 10 years ago

Yeah, I noticed but have not had time to look in to what it may be and don't really know how to find out exactly. Maybe it's the heading missing the upper syntax?

oschwald commented 10 years ago

You can edit the description of the package directly on PyPI until it goes away. My guess is that it doesn't like the Sphinx directives.

tiwilliam commented 10 years ago

Ahh I see, it's @jennifere owning the package, so I can't try it out. Yeah, taught I was smart reusing the same index page :smiley:, guess I have to drop the toctree at least.

jennifere commented 10 years ago

I just edited it on PyPi. I removed the toctree and the image stuff.

tiwilliam commented 10 years ago

Look at that, looks nice. :+1: I'll drop them from master.

tiwilliam commented 10 years ago

Fixed in 1838576bb49c1ddf97594bebb386f233a4bb07e0 and fcff40d505b99341e73afaf51fdc26da42e61bb5.