-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
60 lines (55 loc) · 1.37 KB
/
Copy pathmkdocs.yml
File metadata and controls
60 lines (55 loc) · 1.37 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
site_name: Timber
site_description: Classical ML Inference Compiler — compile XGBoost, LightGBM, sklearn, CatBoost, and ONNX models to C99 / LLVM IR / WASM
site_url: https://kossisoroyce.github.io/timber/
repo_url: https://github.com/kossisoroyce/timber
repo_name: kossisoroyce/timber
theme:
name: material
palette:
scheme: default
primary: black
accent: black
font:
text: Inter
code: JetBrains Mono
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- admonition
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- User Guide:
- Examples: examples.md
- Advanced Usage: advanced.md
- Reference:
- API Reference: api-reference.md
- IR Reference: ir-reference.md
- Architecture: architecture.md
- FAQ: faq.md
- Changelog: ../CHANGELOG.md
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/kossisoroyce/timber
- icon: fontawesome/brands/python
link: https://pypi.org/project/timber-compiler/