-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
96 lines (87 loc) · 3.21 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
site_name: input4MIPs Controlled Vocabularies (CVs)
site_description: Controlled Vocabularies (CVs) for use in input4MIPs
site_url: https://input4mips-controlled-vocabularies-cvs.readthedocs.io/
edit_uri: blob/main/docs/
repo_name: PCMDI/input4MIPs_CVs
repo_url: https://github.com/PCMDI/input4MIPs_CVs
nav:
- input4MIPs CVs: index.md
- Usage:
- As a data user:
- Overview: usage-data-user/index.md
- Downloading data: usage-data-user/downloading.md
- As a data producer: usage-data-producer.md
- Dataset overviews:
- Summary: dataset-overviews/index.md
- Anthropogenic short-lived climate forcer (SLCF) and CO<sub>2</sub> emissions: dataset-overviews/anthropogenic-slcf-co2-emissions.md
- Open biomass burning emissions: dataset-overviews/open-biomass-burning-emissions.md
- Land use: dataset-overviews/land-use.md
- Greenhouse gas concentrations: dataset-overviews/greenhouse-gas-concentrations.md
- CO<sub>2</sub> isotopes: dataset-overviews/co2-isotopes.md
- Stratospheric volcanic SO<sub>2</sub> emissions and aerosol optical properties: dataset-overviews/stratospheric-volcanic-so2-emissions-aod.md
- Ozone concentrations: dataset-overviews/ozone.md
- Nitrogen deposition: dataset-overviews/nitrogen-deposition.md
- Solar: dataset-overviews/solar.md
- AMIP sea-surface temperature and sea-ice boundary forcing: dataset-overviews/amip-sst-sea-ice-boundary-forcing.md
- Aerosol optical properties/MACv2-SP: dataset-overviews/aerosol-optical-properties-macv2-sp.md
- Population density: dataset-overviews/population.md
- Database views:
- Overview: database-views/index.md
- Delivery summary: database-views/input4MIPs_delivery-summary_CMIP6Plus.html
- Source ID-level: database-views/input4MIPs_source-id_CMIP6Plus.html
- Dataset-level: database-views/input4MIPs_datasets_CMIP6Plus.html
- File-level: database-views/input4MIPs_files_CMIP6Plus.html
- Repository overview: repository-overview.md
- Contributing: contributing.md
- Versioning: versioning.md
- Changelog: changelog.md
theme:
name: "material"
features:
- content.code.copy
palette:
# Light mode (toggle to dark mode)
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
# Dark mode (toggle back to light mode)
- scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to light mode
extra:
analytics:
provider: google
property: UA-3843414-4
plugins:
- search
- autorefs
# Required for auto-filling the revision history
# https://oprypin.github.io/mkdocs-gen-files/
- gen-files:
scripts:
- docs/dataset-overviews/fill-out-auto-generated-sections.py
markdown_extensions:
- attr_list
- footnotes
# Code highlighting handiness
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
# Ensure that there are links to table of contents items
- toc:
permalink: "#"
watch:
- README.md