Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 790 Bytes

docs.rst

File metadata and controls

19 lines (13 loc) · 790 Bytes

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.

.. toctree::
  :maxdepth: 2
  :caption: Documentation

  User guide <docs/user_guide>
  Advanced guide <docs/advanced_guide>
  API reference <docs/reference>
  Changelog <docs/changelog>