-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
91 lines (83 loc) · 2.24 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
site_name: "MAGGY"
site_description: "Official website and documentation for MAGGY - Distribution transparent Machine Learning experiments on Apache Spark."
site_author: "Logical Clocks"
site_url: "https://maggy.ai"
# Repository
repo_name: logicalclocks/maggy
repo_url: https://github.com/logicalclocks/maggy
edit_uri: ""
nav:
- Home:
- Introduction: README.md
- Blogs: blogs.md
- Publications: publications.md
- Releases: releases.md
- Contributing: CONTRIBUTING.md
- Issues: https://github.com/logicalclocks/maggy/issues
- Hopsworks.ai: https://hopsworks.ai/
- Getting Started:
- Installation: start/install.md
- Quickstart: start/quickstart.md
- Hyperparameter Optimization:
- Introduction: hpo/intro.md
- Strategies: hpo/strategies.md
- Ablation Studies:
- Introduction: ablation/intro.md
- Distributed Training:
- Introduction: dist_training/intro.md
- TensorFlow: dist_training/tensorflow.md
- PyTorch: dist_training/torch.md
theme:
name: material
favicon: assets/images/maggyfav.png
logo: assets/images/whitemaggy-eye.svg
icon:
repo: fontawesome/brands/github
font:
text: "Roboto"
palette:
accent: orange
features:
- navigation.tabs
- navigation.tabs.sticky
extra:
generator: false
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/logicalclocks
- icon: fontawesome/brands/github
link: https://github.com/logicalclocks
- icon: fontawesome/brands/discourse
link: https://community.hopsworks.ai/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/logicalclocks/
analytics:
provider: google
property: G-J3F4GSLKE8
extra_css:
- assets/css/custom.css
- assets/css/version-select.css
extra_javascript:
- assets/javascript/version-select.js
plugins:
- search
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex
- pymdownx.superfences
- pymdownx.details
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- toc:
permalink: "#"
toc_depth: 3
- pymdownx.tasklist:
custom_checkbox: true
- markdown_include.include:
base_path: docs