-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs-en.yml
117 lines (108 loc) · 3.69 KB
/
mkdocs-en.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
site_name: Advanced Analytics Workspace
site_url: https://statcan.github.io/aaw/en/
site_description: User guide for the Advanced Analytics Workspace
copyright: Copyright © 2023 Statistics Canada
strict: true
docs_dir: docs/en
site_dir: site/en
repo_name: StatCan/aaw
repo_url: https://github.com/StatCan/aaw
edit_uri: edit/master/docs/en
theme:
name: material
features:
- content.tabs.link
- content.code.copy
- navigation.tabs
- navigation.tabs.sticky
language: en
show_sidebar: true
#logo: images/statcan.png
custom_dir: overrides
markdown_extensions:
- toc:
baselevel: 1
permalink: true
- attr_list
- admonition
- codehilite
- mdx_truly_sane_lists
- pymdownx.details
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- md_in_html
plugins:
- mkdocs-jupyter:
include_source: true
use_directory_urls: false
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/StatCan/aaw
- icon: fontawesome/brands/slack
link: https://statcan-aaw.slack.com
# Page tree
nav:
- Getting Started: index.md
- Storage:
- Overview: 5-Storage/Overview.md
- Azure Blob Storage (Containers): 5-Storage/AzureBlobStorage.md
- Kubeflow Volumes (Disks): 5-Storage/KubeflowVolumes.md
- Analysis:
- Overview: 1-Experiments/Overview.md
- Virtual Environments: 1-Experiments/Virtual-Environments.md
- Kubeflow: 1-Experiments/Kubeflow.md
- Jupyter: 1-Experiments/Jupyter.md
- RStudio: 1-Experiments/RStudio.md
- Remote Desktop: 1-Experiments/Remote-Desktop.md
- Example Notebooks:
- Draw Data: 1-Experiments/Notebooks/DrawData_EN.ipynb
- DTale: 1-Experiments/Notebooks/DTale_EN.ipynb
- Mito Sheet: 1-Experiments/Notebooks/MitoSheet_EN.ipynb
- PyGWalker: 1-Experiments/Notebooks/PyGWalker_EN.ipynb
- ReRun: 1-Experiments/Notebooks/ReRun_EN.ipynb
- SweetViz: 1-Experiments/Notebooks/SweetViz_EN.ipynb
- VisualPython: 1-Experiments/Notebooks/VisualPython_EN.ipynb
- YData Profiling: 1-Experiments/Notebooks/YData-Profiling_EN.ipynb
- Collaboration:
- Overview: 4-Collaboration/Overview.md
- Request a Namespace: 4-Collaboration/Request-a-Namespace.md
- GEA: 4-Collaboration/Geospatial-Analytical-Environment.md
- Gitlab:
- Gitlab: 6-Gitlab/Gitlab.md
- Publishing:
- Overview: 2-Publishing/Overview.md
- R Shiny: 2-Publishing/R-Shiny.md
- Dash: 2-Publishing/Dash.md
- Datasette: 2-Publishing/Datasette.md
- Power BI: 2-Publishing/PowerBI.md
- Custom: 2-Publishing/Custom.md
- MLOps:
- Overview: 7-MLOps/Overview.md
- Machine Learning Models: 7-MLOps/Machine-Learning.md
- Training ML Models: 7-MLOps/Machine-Learning-Training-Pipelines.md
- Storing ML Models: 7-MLOps/Machine-Learning-Model-Cloud-Storage.md
- Serving ML Models:
- Introduction: 7-MLOps/Machine-Learning-Model-Serving.md
- Example Notebooks:
- Seldon Iris Classifier: 7-MLOps/sklearn_iris_jsondata.ipynb
- Integrate with External PaaS: 7-MLOps/PaaS-Integration.md
- Pipelines:
- Argo: 3-Pipelines/Argo.md
- MicroSim:
- Getting Started: 8-MicroSim/GettingStarted.md
- Adding new models: 8-MicroSim/Additions.md
- Help/Contact: Help.md