diff --git a/_sources/index.txt b/_sources/index.txt index 4433139..6ea251b 100644 --- a/_sources/index.txt +++ b/_sources/index.txt @@ -1,5 +1,5 @@ -GeoPandas -========= +GeoPandas |version| +=================== GeoPandas is an open source project to make working with geospatial data in python easier. GeoPandas extends the datatypes used by @@ -26,3 +26,14 @@ such as PostGIS. .. toctree:: :maxdepth: 2 + Installation + User Guide + About + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + diff --git a/_sources/install.txt b/_sources/install.txt index bcc8b65..2f02df8 100644 --- a/_sources/install.txt +++ b/_sources/install.txt @@ -6,6 +6,9 @@ from `GitHub`_ and use the setup script:: python setup.py install +GeoPandas is also available on `PyPI`_, so ``pip install geopandas`` +should work as well. + Dependencies ------------ @@ -15,6 +18,7 @@ Dependencies - `fiona`_ - `descartes`_ - `matplotlib`_ +- `geopy`_ (optional; for geocoding) Testing ------- @@ -25,6 +29,10 @@ To run the current set of tests from the source directory, run:: from a command line. +Tests are automatically run on all commits on the GitHub repository, +including pull requests, on `Travis CI`_. + +.. _PyPI: https://pypi.python.org/pypi/geopandas .. _GitHub: https://github.com/kjordahl/geopandas .. _numpy: http://www.numpy.org .. _pandas: http://pandas.pydata.org @@ -32,7 +40,8 @@ from a command line. .. _fiona: http://toblerity.github.io/fiona .. _Descartes: https://pypi.python.org/pypi/descartes .. _matplotlib: http://matplotlib.org - +.. _geopy: https://github.com/geopy/geopy +.. _Travis CI: https://travis-ci.org/kjordahl/geopandas .. toctree:: :maxdepth: 2 diff --git a/about.html b/about.html index 6755d2d..fb89ec9 100644 --- a/about.html +++ b/about.html @@ -7,7 +7,7 @@ - About — GeoPandas + About — GeoPandas 0.1.0.dev-53f669a documentation @@ -15,7 +15,7 @@ - + + @@ -60,6 +62,14 @@
+

Previous topic

+

GeoPandas User Guide

+

This Page

+
- + diff --git a/docs.html b/docs.html index 1b3d698..18cc846 100644 --- a/docs.html +++ b/docs.html @@ -7,7 +7,7 @@ - Documentation — GeoPandas + Documentation — GeoPandas 0.1dev documentation @@ -25,18 +25,24 @@ - + + + @@ -519,6 +525,17 @@ borough that are in the holes:

+

Previous topic

+

Installation

+

Next topic

+

About

+

This Page

+
- +