-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
79 lines (73 loc) · 1.84 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
site_name: GEOG3300 and AGRI3003
repo_url: http://geog3300-agri3003.github.io./coursebook
repo_name: GEOG3300 and AGRI3003
theme:
name: material
features:
- content.code.copy
- navigation.tabs
- navigation.top
- navigation.footer
palette:
# Palette toggle for light mode
- scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
# extra_css:
# - css/extra.css
plugins:
- search
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True
allow_errors: false
ignore: ["conf.py"]
execute: False
execute_ignore:
["notebooks/*.ipynb"]
markdown_extensions:
- toc:
permalink: True
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/"
nav:
- Home: index.md
- Course Outline: course-outline.md
- Notebooks:
- notebooks/week-1_1.ipynb
- notebooks/week-1_2.ipynb
- notebooks/week-1_practice.ipynb
- notebooks/week-2_1.ipynb
- notebooks/week-2_2.ipynb
- notebooks/week-2_practice.ipynb
- notebooks/week-3_1.ipynb
- notebooks/week-3_2.ipynb
- notebooks/week-3_practice.ipynb
- notebooks/week-4_1.ipynb
- notebooks/week-4_2.ipynb
- notebooks/week-4_practice.ipynb
- notebooks/week-5_1.ipynb
- notebooks/week-5_2.ipynb
- notebooks/week-6_1.ipynb
- notebooks/week-6_2.ipynb
- notebooks/week-7_1.ipynb