1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
User guide
==========
The user guide covers different parts of basic usage of Folium. Each page focuses on a single topic and outlines how it is implemented in Folium, with reproducible examples.
If you don't know anything about Folium, start with the :doc:`getting_started`.
Advanced topics can be found in the :doc:`Advanced Guide <advanced_guide>` and further specification in the :doc:`API Reference <reference>`.
.. toctree::
:maxdepth: 2
user_guide/map
user_guide/ui_elements
user_guide/raster_layers
user_guide/vector_layers
user_guide/geojson
user_guide/features
user_guide/plugins
|