-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (26 loc) · 714 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (26 loc) · 714 Bytes
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
site_name: "mlopt"
site_description: 'Machine Learning Optimizer'
site_author: "Bartolomeo Stellato"
nav:
- Home: index.md
- Getting started: getting_started.md
- Manual:
- Learners:
- XGBoost: learners/xgboost.md
- OptimalTreees: learners/optimal_trees.md
- Pytorch: learners/pytorch.md
- Examples:
- Knapsack: examples/knapsack.md
- Inventory: examples/inventory.md
theme:
name: 'material'
palette:
primary: 'blue'
accent: 'light blue'
repo_name: 'bstellato/mlopt'
repo_url: 'https://github.com/bstellato/mlopt'
extra:
social:
- type: 'github'
link: 'https://github.com/bstellato'
copyright: 'Copyright © 2020 Bartolomeo Stellato'