Files
geopandas/doc/source/docs.rst
T
Martin Fleischmann 953753896a DOC: Restructured documentation, use pydata-sphinx-theme (#1564)
* use pydata theme

* structure

* fix links

* adapt colors

* getting started

* buttons

* buttons

* rename, use myst, fill stuff

* myst to env

* cleanup

* covered_by

* review comments

* fix link

* use api
2020-08-20 21:48:19 +01:00

18 lines
365 B
ReStructuredText

Documentation
-------------
Links to different parts of documentation.
.. container:: button
:doc:`User Guide <docs/user_guide>` :doc:`API reference <docs/reference>`
.. toctree::
:maxdepth: 2
:caption: Documentation
User Guide <docs/user_guide>
API reference <docs/reference>
Changelog <docs/changelog>
.. Advanced Guide <docs/advanced_guide>