-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (56 loc) · 1.51 KB
/
Copy pathmkdocs.yml
File metadata and controls
65 lines (56 loc) · 1.51 KB
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
site_name: SWAT-UQ
theme:
name: material
palette:
scheme: light
primary: cyan
code:
highlight_theme: monokai
features:
- navigation.indexes
- navigation.language
logo: assets/SWAT-UQ.svg
plugins:
- i18n:
docs_structure: folder
languages:
- locale: en
name: English
build: true
default: true
nav:
- Introduction: index.md
- Tutorial:
- SWAT-UQ-DEV: swat_uq_dev.md
- SWAT-UQ-GUI: swat_uq_gui.md
- Example Collection:
- Example 1: example_runoff_calibration.md
- Example 2: best_management_practices.md
- locale: zh
name: 中文
build: true
nav:
- 介绍: index.md
- 教程:
- DEV版本: swat_uq_dev.md
- GUI版本: swat_uq_gui.md
- 示例:
- 示例一:径流校准: example_runoff_calibration.md
- 示例二:工程管理: best_management_practices.md
extra_css:
- css/nav_.css
- css/head_.css
- css/content_.css
- css/table_.css
markdown_extensions:
- pymdownx.emoji
- pymdownx.superfences
- pymdownx.arithmatex
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML
- assets/js/collapse_toc.js
site_url: https://SWAT-UQ.readthedocs.io/
repo_url: https://github.com/smasky/SWAT-UQ
use_directory_urls: false
docs_dir: 'docs'
site_dir: 'site'