Commit Graph
8 Commits
Author SHA1 Message Date
Alan D. Snow 2c5bfc5b98 DOC: update data structure docs with links to classes/methods (#1168) 2019-10-22 08:46:17 +02:00
Martin FleischmannandJoris Van den Bossche a20ac9c816 REF: remove unnecessary fixes for older pandas, use pandas is_list_like (#1104)
* REF: remove unnecessary fixes for older pandas

* Update doc/source/reference.rst

Co-Authored-By: Joris Van den Bossche <jorisvandenbossche@gmail.com>
2019-08-16 19:22:00 +01:00
Archana AlvaandMartin Fleischmann 1837a4a053 ENH: add rename_geometry() method (#1058)
* adding rename_geometry method and test

* adding inplace and updating the example doc and tests accordingly'

* fixing inplace in rename_geometry

* Update geopandas/geodataframe.py

minor styling change

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>

* Update geopandas/geodataframe.py

styling change

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>

* Update geopandas/geodataframe.py

styling change

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>

* Update geopandas/geodataframe.py

styling change

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>

* Update geopandas/tests/test_geodataframe.py

styling change

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>

* Update geopandas/geodataframe.py

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>

* adding reference document

* Update geopandas/geodataframe.py

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>
2019-07-22 10:15:14 +01:00
donlo 08ffc4e932 ENH: Add affine_transform method to GeoSeries (#1008) 2019-06-13 11:58:05 +02:00
Chris Holdgraf 1da8f6279c DOC: add sphinx gallery for examples (#463) 2017-11-19 23:54:05 +01:00
Geir Arne Hjelle 597dfcf597 DOC: Improve API reference docs (#534)
* Add autodoc to sphinx configuration

* Add support for numpy docstring to sphinx configuration

* Use autodoc for reference documentation, reading documentation from docstrings

* Improve docstrings of properties and methods listed in Reference documentation

* Pass through kwargs for GeoSeries.buffer (#535)

* Fix choropleth typo in doc (#542)

* Remove warnings from numpydoc when generating docs

* Add autodoc to sphinx configuration

* Add support for numpy docstring to sphinx configuration

* Use autodoc for reference documentation, reading documentation from docstrings

* Improve docstrings of properties and methods listed in Reference documentation

* Remove warnings from numpydoc when generating docs

* Add GeoSeries-subsection for consistency

* Consistently only add parameters for functions passing through args/kwargs

* Clarify how contains and within are inverses of each other

* remove plot signature in reference
2017-09-15 18:57:40 +02:00
Nick Eubank 5c2257a080 Docs for geometric manipulations and overlay (#308) 2016-05-17 23:16:27 +02:00
Nick Eubank 54ca8b90e6 integrate jorisvandenbossche comments 2016-03-31 10:00:36 -07:00