-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
64 lines (57 loc) · 1.44 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
site_name: GeoAI Tutorials
site_description: A collection of Jupyter notebook examples for using GeoAI
site_author: Qiusheng Wu
site_url: https://geoai-tutorials.gishub.org
repo_url: https://github.com/opengeos/GeoAI-Tutorials
copyright: "Copyright © 2024 - 2024 Qiusheng Wu"
theme:
palette:
- scheme: default
# primary: blue
# accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- search.highlight
custom_dir: "docs/overrides"
font:
text: Google Sans
code: Regular
plugins:
- search
- mkdocstrings
- git-revision-date
- mkdocs-jupyter:
include_source: true
ignore_h1_titles: true
execute: false
allow_errors: false
ignore: ["name.ipynb"]
execute_ignore: ["path/*.ipynb"]
markdown_extensions:
- attr_list
- toc:
permalink: true
# extra:
# analytics:
# provider: google
# property: G-XXX
nav:
- Home: index.md
- PDFM:
- PDFM/zillow_home_value.ipynb
- PDFM/map_pdfm_features.ipynb
- Opengeos: https://github.com/opengeos
- YouTube Channel: https://youtube.com/@giswqs
- Report Issues: https://github.com/opengeos/GeoAI-Tutorials/issues