forked from opengeos/leafmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
84 lines (77 loc) · 2.38 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
site_name: leafmap
site_url: https://leafmap.org
repo_url: https://github.com/giswqs/leafmap
theme:
palette:
scheme: preference
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- search.highlight
# - navigation.expand
# - navigation.tabs
custom_dir: "docs/overrides"
plugins:
- search
- mkdocstrings
- git-revision-date
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True
execute: True
markdown_extensions:
- attr_list
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- toc:
permalink: true
google_analytics:
- UA-198454981-1
- auto
nav:
- Home: index.md
- Installation: installation.md
- Get Started: get-started.md
- Usage: usage.md
- Tutorials: tutorials.md
- Contributing: contributing.md
- FAQ: faq.md
- Changelog: changelog.md
- YouTube Channel: https://www.youtube.com/c/QiushengWu
- Report Issues: https://github.com/giswqs/leafmap/issues
- API Reference:
- basemaps module: basemaps.md
- colormaps module: colormaps.md
- common module: common.md
- foliumap module: foliumap.md
- heremap module: heremap.md
- leafmap module: leafmap.md
- legends module: legends.md
- osm module: osm.md
- toolbar module: toolbar.md
- Notebooks:
- notebooks/01_leafmap_intro.ipynb
- notebooks/02_using_basemaps.ipynb
- notebooks/03_cog_stac.ipynb
- notebooks/04_cog_mosaic.ipynb
- notebooks/05_load_raster.ipynb
- notebooks/06_legend.ipynb
- notebooks/07_colorbar.ipynb
- notebooks/08_whitebox.ipynb
- notebooks/09_csv_to_points.ipynb
- notebooks/10_add_vector.ipynb
- notebooks/11_linked_maps.ipynb
- notebooks/12_split_map.ipynb
- notebooks/13_geopandas.ipynb
- notebooks/14_postgis.ipynb
- notebooks/15_openstreetmap.ipynb
- notebooks/16_heremap.ipynb
- notebooks/17_vector_tile_layer.ipynb
- notebooks/18_point_layer.ipynb
- notebooks/19_map_to_html.ipynb
- notebooks/20_planet_imagery.ipynb
- notebooks/21_ts_inspector.ipynb
- notebooks/22_time_slider.ipynb