1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Documentation
-------------
The documentation of GeoPandas consists of four parts - :doc:`User Guide <docs/user_guide>` with explanation of the basic functionality, :doc:`Advanced Guide <docs/advanced_guide>` covering topics which assume knowledge of basics, :doc:`Examples <gallery/index>`, and :doc:`API reference <docs/reference>` detailing every class, method, function and attribute used implemented by GeoPandas.
.. container:: button
:doc:`User guide <docs/user_guide>` :doc:`Advanced guide <docs/advanced_guide>`
:doc:`Examples <gallery/index>` :doc:`API reference <docs/reference>`
.. toctree::
:maxdepth: 2
:caption: Documentation
User guide <docs/user_guide>
Advanced guide <docs/advanced_guide>
API reference <docs/reference>
Changelog <docs/changelog>
|