-
Notifications
You must be signed in to change notification settings - Fork 85
/
mkdocs.yml
71 lines (64 loc) · 1.58 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
site_name: ClimaX
repo_name: microsoft/ClimaX
repo_url: https://github.com/microsoft/ClimaX
markdown_extensions:
- attr_list
- tables
- admonition
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
- toc:
permalink: "¤"
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
theme:
name: material
features:
- content.code.annotate
custom_dir: docs/overrides
font:
text: Lato
palette:
scheme: climax
logo: assets/images/climax-icon.png
icon:
repo: fontawesome/brands/github
favicon: assets/images/climax-icon.png
extra_css:
- stylesheets/extra.css
nav:
- Home: "index.md"
- Installation: "install.md"
- Usage: "usage.md"
- Code Reference:
- Pretraining: "reference/pretrain.md"
- Global Forecasting: "reference/global_forecast.md"
plugins:
- search
- mkdocstrings:
default_handler: python
enable_inventory: true
handlers:
python:
paths: [src]
import:
- https://docs.python.org/3/objects.inv
- https://pytorch.org/docs/stable/objects.inv
- https://pytorch.org/data/beta/objects.inv
- https://pytorch-lightning.readthedocs.io/en/stable/objects.inv