generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
78 lines (71 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
75
76
77
78
site_name: numerblox
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
custom_dir: docs/assets
icon:
logo: cc_white
favicon: assets/.icons/favicon.ico
features:
- navigation.top
- navigation.tracking
- navigation.expand
- navigation.path
- content.code.copy
- navigation.instant
- navigation.instant.prefetch
- navigation.sections
repo_url: https://github.com/crowdcent/numerblox/
repo_name: crowdcent/numerblox
nav:
- Home: index.md
- End-To-End Examples: end_to_end.md
- Blox:
- Downloaders: download.md
- NumerFrame: numerframe.md
- Preprocessing: preprocessing.md
- Target Engineering: targets.md
- Postprocessing: postprocessing.md
- Meta Pipelines: meta.md
- Prediction Loaders: prediction_loaders.md
- Models: models.md
- Evaluation: evaluation.md
- Submitters: submission.md
- Model Upload: model_upload.md
- API:
- API Reference: api.md
- More:
- How To Contribute: contributing.md
- About CrowdCent: crowdcent.md
- Disclaimer: disclaimer.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/CrowdCent
name: crowdcent on github
- icon: fontawesome/brands/x-twitter
link: https://x.com/CrowdCent
name: crowdcent on X
generator: false
copyright: Made by CrowdCent
plugins:
- search
- mkdocstrings