-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
90 lines (81 loc) · 2.89 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
site_name: Anovos Documentation
site_url: https://docs.anovos.ai
site_description: Stable Features yield Resilient Models. Documentation for the Feature Engineering Library Anovos.
site_author: Anovos Developers, Mobilewalla
repo_url: https://github.com/anovos/anovos-docs
repo_name: anovos/anovos-docs
edit_uri: edit/main/docs
use_directory_urls: false
plugins:
- search
- include_dir_to_nav
markdown_extensions:
- fenced_code
- pymdownx.arithmatex
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
theme:
name: material
logo: assets/logo.png
custom_dir: overrides
footer_logo: assets/logo.png
favicon: assets/favicon.png
palette:
- scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
nav:
- Home: index.md
- About: about.md
- Getting Started 🚀: getting-started.md
- Using Anovos:
- Setting up:
- Locally: using-anovos/setting-up/locally.md
- On AWS EMR: using-anovos/setting-up/on_aws.md
- On Azure Databricks: using-anovos/setting-up/on_azure_databricks.md
- On Azure Kubernetes: using-anovos/setting-up/on_aks.md
- On Google Colab: using-anovos/setting-up/on_google_colab.md
- On a Spark cluster: using-anovos/setting-up/spark_cluster.md
- Workflow: using-anovos/workflow.md
- Configuration: using-anovos/config_file.md
- Data Reports:
- Overview: using-anovos/data-reports/overview.md
- Intermediate Report: using-anovos/data-reports/intermediate_report.md
- Final Report: using-anovos/data-reports/final_report.md
- HTML Report: using-anovos/data-reports/html_report.md
- Feature Mapper: using-anovos/feature_mapper.md
- MLflow Integration: using-anovos/mlflow.md
- Feature Store Integration: using-anovos/feature_store.md
- Scaling Up: using-anovos/scaling.md
- Limitations: using-anovos/limitations.md
- Roadmap: using-anovos/roadmap.md
- Community:
- Contributing: community/contributing.md
- Communication: community/communication.md
- Code of Conduct: community/code-of-conduct.md
- API Docs:
- api
- License: license.md
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/anovos
- icon: fontawesome/brands/slack
link: https://join.slack.com/t/featureengineers/shared_invite/zt-17pkc3f5d-33SUtV8Wx48CpiIRNuQ7JA
- icon: fontawesome/brands/twitter
link: https://twitter.com/anovos
analytics:
provider: google
property: UA-52258647-20
lib_repo_url: https://github.com/anovos/anovos
lib_repo_name: anovos/anovos