-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (64 loc) · 1.6 KB
/
mkdocs.yml
File metadata and controls
71 lines (64 loc) · 1.6 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
66
67
68
69
70
71
site_name: TimeBaseUla
site_url: https://dribia.github.io/timebaseula/
site_description: Compact TimeBase-style forecasting models for NeuralForecast
strict: true
repo_name: uladribia/timebaseula
repo_url: https://github.com/uladribia/timebaseula
edit_uri: ''
theme:
name: material
custom_dir: docs/theme
language: en
favicon: img/dribia-favicon-120x120.png
logo: img/logo_dribia_d_blanc.png
icon:
repo: fontawesome/brands/github
font:
text: Roboto
features:
- search.suggest
- search.highlight
- search.share
- toc.follow
- navigation.top
- navigation.path
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.preview
- navigation.instant.progress
nav:
- Overview: index.md
- Repository branches: branches.md
- Install: install.md
- Usage: usage.md
- Models: models.md
- Benchmarks:
- AirPassengers: benchmark.md
- Daily panel (mixed scope): daily-panel-benchmark.md
- Daily panel (aggregated only): daily-panel-aggregated-benchmark.md
- Daily panel (detailed only): daily-panel-detailed-benchmark.md
- Release notes: release-notes.md
- Paper for agents: paper-for-agents.md
- References: references.md
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike
alias: true
default: latest
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- toc:
permalink: 📎
- codehilite
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
plugins:
- mike:
alias_type: symlink
canonical_version: latest
- search