-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
128 lines (119 loc) · 3.72 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
126
127
128
site_name: Clark SSJ 30262 Web Mapping
site_description: Clark SSJ 30262 Webmapping Class Content
site_author: Yanan Wu
site_url: https://gisynw.github.io/ssj-30262
copyright: "Copyright © 2024 - 2025 Yanan Wu"
# Repository
repo_name: gisynw/ssj-30262
repo_url: https://github.com/gisynw/ssj-30262
# Configuration
theme:
language: en
palette:
- scheme: default
primary: gray
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
- navigation.tracking
- navigation.top
# - toc.integrate
- navigation.tabs
- navigation.sections
- search.highlight
- search.share
# custom_dir: "docs/overrides"
font:
text: Google Sans
code: Regular
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/gisynw/ssj-30262
# - icon: fontawesome/brands/google-scholar
# link: https://scholar.google.com/citations?user=wdkZhlwAAAAJ
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/giswu/
# - icon: fontawesome/brands/instagram
# link: https://www.instagram.com/c17hawke/
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js #?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- pymdownx.details
- pymdownx.mark
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- toc:
permalink: true
plugins:
- search
- mkdocstrings
- git-revision-date
- open-in-new-tab
- git-revision-date-localized:
enable_creation_date: true
type: timeago
- mkdocs-pdf
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True
allow_errors: false
ignore: ["conf.py"]
# execute: True
nav:
- Home: index.md
- Syllabus:
- Syllabus Fall 2024: "Content/syllabus.ipynb"
- Softwares:
- Anaconda: "software/Anaconda.ipynb"
- Visual Studio Code: "software/Visual-Studio-Code.ipynb"
- Command prompt: "software/command_prompt.ipynb"
- Git: "software/Git.ipynb"
- Lectures:
- Week 1 Intro to Python: "Lectures/week01.ipynb"
- Week 2&3 Intro to Personal Website and HTML: "Lectures/Week02_Personal_Website.ipynb"
- Week 4 Cascading Style Sheets: "Lectures/Week03_CSS.ipynb"
- Week 5 JavaScript: "Lectures/Week04_JavaScript.ipynb"
- Week 6 JavaScript 02: "Lectures/Week04_JS_Part2.ipynb"
- Week 7 Shiny in R: "Lectures/Week07_shiny/Shiny_App_R.html"
- Week 9 Leafmap: "Lectures/Week9_PythonLeafmap/Week09_Leafmap_Teaching.ipynb"
- Week 10 Plotly: "Lectures/Week10_Plotly/Week10_plotly_instructor.ipynb"
- Week 11 ArcGIS JavaScript API: "Lectures/Week 11_JavaScript/ArcGIS_JavaScript.ipynb"
- Week 12 geemap in python: "Lectures/Week12/geemap.ipynb"
- Week 13 ArcGIS: "Lectures/Week13/Lecture.ipynb"
- Demo:
- Week 1 Intro to GitHub: "Demo/Week01_Intro_to_GitHub.ipynb"
- Week 2 Demo: "Demo/Week02_HTML.ipynb"
- Labs:
- Lab 01: "Labs/Lab01.ipynb"
- Lab 02: "Labs/Lab02.ipynb"
- Lab 03: "Labs/Lab03.ipynb"
- Lab 04: "Labs/Lab04.ipynb"
- Lab 05: "Labs/Lab05/Lab05_student/Lab05_InteractiveR.pdf"
- Lab 06: "Labs/Lab06/Lab06.pdf"
- Lab 07: "Labs/Lab07/Lab07.pdf"
- Lab 08: "Labs/Lab08/Lab8.pdf"
- Lab 09: "Labs/Lab09/Lab09.pdf"
- Lab 10: "Labs/Lab10/Lab10.pdf"