forked from Cornerstone-OnDemand/modelkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
49 lines (43 loc) · 1.2 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
# Project information
site_name: 'modelkit documentation'
site_description: 'Library for machine learning models'
nav:
- Home: 'index.md'
- Tutorial:
- Models: 'library/overview.md'
- Getting predictions: 'library/using_models.md'
- Developing models: 'library/developing_modelkit.md'
- Organizing models: 'library/organizing.md'
- Prediction service: 'library/model_library.md'
- Testing: 'library/testing.md'
- Specific models:
- Tensorflow models: 'library/special/tensorflow.md'
- Distant Models: 'library/special/distant.md'
- Configuration:
- Configuration: 'configuration.md'
- CLI: 'cli.md'
- Assets:
- Introduction: 'assets/index.md'
- Assets push: 'assets/assets_push.md'
- Environment: 'assets/environment.md'
- Development: 'assets/assets.md'
- Local cache: 'assets/assets_dir.md'
theme:
name: 'material'
features:
- tabs
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.details
- meta
- admonition
- toc:
permalink: true
plugins:
- search
# - git-revision-date-localized
repo_name: 'clustree/modelkit'
repo_url: '/~https://github.com/clustree/modelkit'
extra:
repo_icon: 'github'