forked from functime-org/functime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
74 lines (69 loc) · 1.81 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
site_name: functime
site_url: https://docs.functime.ai/
repo_url: https://github.com/functime-org/functime
repo_name: functime-org/functime
theme:
name: "material"
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
favicon: img/logo_dark.png
logo: img/logo.png
palette:
primary: black
features:
- content.code.copy
- content.tabs.link
- navigation.expand
plugins:
- search:
lang: en
- mkdocs-jupyter:
include: ["*.ipynb"]
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
show_source: false
show_bases: false
markdown_extensions:
- admonition
- attr_list
- footnotes
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
nav:
- Quick Start: index.md
- Installation: installation.md
- Forecasting: forecasting.md
- Preprocessing: preprocessing.md
- Feature Extraction: feature-extraction.md
- Seasonality: seasonality.md
- Developer Guide: develop.md
- Tutorials:
- Preprocessing: notebooks/preprocessing.ipynb
- Feature Extraction: notebooks/benchmarks.ipynb
- Forecast Evaluation: notebooks/evaluation.ipynb
- LLM Analysis: notebooks/llm.ipynb
- API Reference:
- forecasting: ref/forecasting.md
- preprocessing: ref/preprocessing.md
- seasonality: ref/seasonality.md
- feature_extraction: ref/feature-extractors.md
- cross_validation: ref/cross-validation.md
- offsets: ref/offsets.md
- metrics: ref/metrics.md
- multi_objective: ref/multi-objective.md
- evaluation: ref/evaluation.md
- plotting: ref/plotting.md
extra:
analytics:
provider: google
property: G-CYGTL9FJ4R