forked from opengeos/leafmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
125 lines (116 loc) · 3.87 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
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"
# extra_javascript:
# - javascripts/embed-amd.js
# - javascripts/require.min.js
plugins:
- search
- mkdocstrings
- git-revision-date
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True
execute: True
execute_ignore: "workshops/*.ipynb"
markdown_extensions:
- attr_list
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- toc:
permalink: true
# google_analytics:
# - UA-198454981-1
# - auto
extra:
analytics:
provider: google
property: UA-198454981-1
nav:
- Home: index.md
- Installation: installation.md
- Get Started: get-started.md
- Usage: notebooks/00_key_features.ipynb
- Interactive Maps: maps.md
- Streamlit App: https://streamlit.gishub.org
- 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
- kepler module: kepler.md
- leafmap module: leafmap.md
- legends module: legends.md
- osm module: osm.md
- pc module: pc.md
- plotlymap module: plotlymap.md
- pydeck module: deck.md
- toolbar module: toolbar.md
- Workshops:
- workshops/FOSS4G_2021.ipynb
- workshops/SIGSPATIAL_2021.ipynb
- workshops/YouthMappers_2021.ipynb
- Notebooks:
- notebooks/00_key_features.ipynb
- 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
- notebooks/23_colormaps.ipynb
- notebooks/24_heatmap.ipynb
- notebooks/25_map_title.ipynb
- notebooks/26_kepler_gl.ipynb
- notebooks/27_basemap_gallery.ipynb
- notebooks/28_publish_map.ipynb
- notebooks/29_pydeck.ipynb
- notebooks/30_census_data.ipynb
- notebooks/31_search_basemaps.ipynb
- notebooks/32_local_tile.ipynb
- notebooks/33_image_overlay.ipynb
- notebooks/34_add_points_from_xy.ipynb
- notebooks/35_circle_markers.ipynb
- notebooks/36_add_labels.ipynb
- notebooks/37_planetary_computer.ipynb
- notebooks/38_plotly.ipynb
- notebooks/39_inspector_tool.ipynb
- notebooks/40_plotly_gui.ipynb
- notebooks/41_raster_gui.ipynb
- notebooks/42_create_cog.ipynb