From bec1471fbf47cfc8c8d8c14b4e0c083e8d9242d2 Mon Sep 17 00:00:00 2001 From: Wendy V Gaultier Date: Thu, 12 Oct 2023 18:00:39 +0000 Subject: [PATCH] Fix the code not building --- docs/en/1-Experiments/Jupyter.md | 2 +- docs/en/1-Experiments/Kubeflow.md | 5 +++-- mkdocs-en.yml | 14 +++++++------- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/en/1-Experiments/Jupyter.md b/docs/en/1-Experiments/Jupyter.md index 79df567fa..1e5bd32c2 100644 --- a/docs/en/1-Experiments/Jupyter.md +++ b/docs/en/1-Experiments/Jupyter.md @@ -20,7 +20,7 @@ Jupyter comes with a number of features (and we can add more) [![Explore your data](../images/ExploreData.PNG)](/2-Publishing/Datasette/) -Use **[Datasette](../2-Publishing/Datasette/)** , an instant JSON API for your SQLite databases. Run SQL queries in a more interactive way! +Use **[Datasette](~../2-Publishing/Datasette.md/)** , an instant JSON API for your SQLite databases. Run SQL queries in a more interactive way! ### IDE in the browser diff --git a/docs/en/1-Experiments/Kubeflow.md b/docs/en/1-Experiments/Kubeflow.md index 8334618e1..4b609dcb3 100644 --- a/docs/en/1-Experiments/Kubeflow.md +++ b/docs/en/1-Experiments/Kubeflow.md @@ -11,13 +11,14 @@ for your team. **Let's get started!** + !!! note "" This video is not up to date, some things have changed since. -[![Click here for the video](../images/KubeflowVideo.PNG)](https://www.youtube.com/watch?v=xaI6ExYdxc4&list=PL1zlA2D7AHugkDdiyeUHWOKGKUd3MB_nD&index=1 "Advanced Analytics Workspace - Kubeflow Getting Started") +[![Click here for the video](../images/KubeflowVideo.PNG)](https://www.youtube.com/watch?v=xaI6ExYdxc4&list=PL1zlA2D7AHugkDdiyeUHWOKGKUd3MB_nD&index=1 "Advanced Analytics Workspace - Kubeflow Getting Started") --> # Setup diff --git a/mkdocs-en.yml b/mkdocs-en.yml index 7e9df6236..548ea92bf 100644 --- a/mkdocs-en.yml +++ b/mkdocs-en.yml @@ -91,13 +91,13 @@ nav: - Gitlab: - Gitlab: 6-Gitlab/Gitlab.md - MLOps: - - Overview: 7-Pipelines/Overview.md - - Machine Learning Models: 7-Pipelines/Machine-Learning.md - - Training ML Models: 7-Pipelines/Machine-Learning-Training-Pipelines.md - - Storing ML Models: 7-Pipelines/Machine-Learning-Model-Cloud-Storage.md + - 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-Pipelines/Machine-Learning-Model-Serving.md + - Introduction: 7-MLOps/Machine-Learning-Model-Serving.md - Example Notebooks: - - Seldon Iris Classifier: 7-Pipelines/sklearn_iris_jsondata.ipynb - - Integrate with External PaaS: 7-Pipelines/PaaS-Integration.md + - Seldon Iris Classifier: 7-MLOps/sklearn_iris_jsondata.ipynb + - Integrate with External PaaS: 7-MLOps/PaaS-Integration.md - Help/Contact: Help.md