forked from stanford-futuredata/FAST
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
86 lines (81 loc) · 2.01 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
site_name: FAST
repo_name: FAST GitHub
repo_url: https://github.com/stanford-futuredata/FAST
extra_css:
- css/extra.css
nav:
- FAST Overview: fast_overview.md
- Install:
- Google Colab: setup_colab.md
- Linux: setup_linux.md
- Docker: setup_docker.md
- Tutorial: tutorial.md
- How to Set Parameters:
- FAST Checklist: FAST_checklist.md
- Getting Seismic Data: get_seismic_data.md
- Input and Preprocessing: input_and_preprocess.md
- Fingerprint: f_p.md
- Similarity Search: sim_search.md
- Network Detection: network_detection.md
- FAST Output: FAST_output.md
- Phase Picking: phase_picking.md
- Earthquake Location: earthquake_location.md
- Example Parameters:
- ex_params_intro.md
- italy_day_yr_dataset.md
- tanzania_dataset.md
- saudi_dataset.md
- saudifull_dataset.md
- ometepec_dataset.md
- wenchuan_dataset.md
- groningen_dataset.md
- brazil_dataset.md
- newzealand_dataset.md
- calipatria_dataset.md
- References: references.md
theme:
name: material
logo: logo.png
favicon: favicon.png
features:
- content.tabs.link
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
accent: red
toggle:
icon: material/lightbulb-outline
name: "Switch to dark mode"
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: red
toggle:
icon: material/lightbulb
name: "Switch to light mode"
markdown_extensions:
- admonition
- attr_list
- codehilite
- def_list
- markdown.extensions.toc:
baselevel: 1
permalink: true
- markdown.extensions.attr_list
- md_in_html
- tables
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search