mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-22 13:10:25 +08:00
* 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