File: docs.rst

package info (click to toggle)
python-geopandas 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,752 kB
  • sloc: python: 26,021; makefile: 147; sh: 25
file content (19 lines) | stat: -rw-r--r-- 790 bytes parent folder | download | duplicates (2)
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>