Skip to content

Commit

Permalink
Separate PyPi README from Sphinx index
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwilliam committed Feb 11, 2014
1 parent 32550f0 commit fcff40d
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 16 deletions.
15 changes: 0 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ This library is based on `Maxmind's GeoIP C API <https://github.com/maxmind/geoi

Tested with Python version 2.6, 2.7, 3.2 and 3.3.

|Build Status| |Coverage Status| |Downloads|

Installation
------------

Expand All @@ -28,18 +26,5 @@ and code submission.
Documentation
-------------

.. toctree::
:maxdepth: 1

getting-started
supported-databases
api-reference

For more information, `check out the documentation <http://pygeoip.readthedocs.org/>`__ over at Read the Docs.

.. |Build Status| image:: https://api.travis-ci.org/appliedsec/pygeoip.png?branch=master
:target: https://travis-ci.org/appliedsec/pygeoip
.. |Coverage Status| image:: https://coveralls.io/repos/appliedsec/pygeoip/badge.png
:target: https://coveralls.io/r/appliedsec/pygeoip
.. |Downloads| image:: https://pypip.in/d/pygeoip/badge.png
:target: https://crate.io/packages/pygeoip
1 change: 0 additions & 1 deletion docs/index.rst

This file was deleted.

45 changes: 45 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
Pure Python GeoIP API
=====================

This library is based on `Maxmind's GeoIP C API <https://github.com/maxmind/geoip-api-c>`__.

Tested with Python version 2.6, 2.7, 3.2 and 3.3.

|Build Status| |Coverage Status| |Downloads|

Installation
------------

You can easily install pygeoip from PyPi.

.. code:: python
pip install pygeoip
Issues and Contribution
-----------------------

Bug reports are done by `creating an issue on
Github <https://github.com/appliedsec/pygeoip/issues>`__. If you want to
contribute you can always `create a pull
request <https://github.com/appliedsec/pygeoip/pulls>`__ for discussion
and code submission.

Documentation
-------------

.. toctree::
:maxdepth: 1

getting-started
supported-databases
api-reference

For more information, `check out the documentation <http://pygeoip.readthedocs.org/>`__ over at Read the Docs.

.. |Build Status| image:: https://api.travis-ci.org/appliedsec/pygeoip.png?branch=master
:target: https://travis-ci.org/appliedsec/pygeoip
.. |Coverage Status| image:: https://coveralls.io/repos/appliedsec/pygeoip/badge.png
:target: https://coveralls.io/r/appliedsec/pygeoip
.. |Downloads| image:: https://pypip.in/d/pygeoip/badge.png
:target: https://crate.io/packages/pygeoip

0 comments on commit fcff40d

Please sign in to comment.