Moving /notebooks to under /components + fix redirects (#2484)

* mv /notebooks under /components

* Fix all redirects to /notebooks
This commit is contained in:
Rui Vasconcelos 2021-02-11 09:02:16 +00:00 committed by GitHub
parent a11621557d
commit e6999253a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 23 additions and 23 deletions

View File

@ -52,7 +52,7 @@ title = "Kubeflow"
<div class="card-body bg-primary-dark">
<h5 class="card-title text-white section-head">Notebooks</h5>
<p class="card-text text-white">
Kubeflow includes services to create and manage interactive <a target="_blank" rel="noopener" href="/docs/notebooks/">Jupyter
Kubeflow includes services to create and manage interactive <a target="_blank" rel="noopener" href="/docs/components/notebooks/">Jupyter
notebooks</a>. You can customize your notebook deployment and your compute resources to
suit your data science needs. Experiment with your workflows locally, then
deploy them to a cloud when you're ready.

View File

@ -92,5 +92,5 @@ See these docs for more information on the topics covered above:
- [Hyperparameter tuning with Katib](/docs/components/katib/)
- [Training models with operators](/docs/components/training/)
- [Get started with Pipelines](https://www.kubeflow.org/docs/pipelines/)
- [Jupyter notebooks](/docs/notebooks/)
- [Jupyter notebooks](/docs/components/notebooks/)
- [Kubeflow roadmap](http://bit.ly/kf_roadmap)

View File

@ -125,4 +125,4 @@ You can access Kubeflow via `kubectl` and port-forwarding as follows:
option](/docs/components/multi-tenancy/) where you
can set up a single namespace for a shared deployment or configure
multi-tenancy for your Kubeflow deployment.
* [Set up your Jupyter notebooks](/docs/notebooks/setup/) in Kubeflow.
* [Set up your Jupyter notebooks](/docs/components/notebooks/setup/) in Kubeflow.

View File

@ -61,5 +61,5 @@ with your namespace available in the dropdown list at the top of the screen:
## Next steps
* [Set up a Jupyter notebook](/docs/notebooks/setup/) in Kubeflow.
* [Set up a Jupyter notebook](/docs/components/notebooks/setup/) in Kubeflow.
* Read more about [multi-tenancy in Kubeflow](/docs/components/multi-tenancy/).

View File

@ -54,7 +54,7 @@ The following are the goals of the [Kubeflow Fairing project][fairing-repo]:
* Learn how to [set up a Jupyter notebooks instance on your Kubeflow
cluster][kubeflow-notebooks].
[kubeflow-notebooks]: /docs/notebooks/setup/
[kubeflow-notebooks]: /docs/components/notebooks/setup/
[ai-platform]: https://cloud.google.com/ml-engine/docs/
[fairing-repo]: https://github.com/kubeflow/fairing
[kubeflow]: /docs/about/kubeflow/

View File

@ -15,7 +15,7 @@ with a number of machine learning (ML) libraries.
## Set up Kubeflow and access the Kubeflow notebook environment
Follow the [Kubeflow notebook setup guide](/docs/notebooks/setup/)
Follow the [Kubeflow notebook setup guide](/docs/components/notebooks/setup/)
to install Kubeflow, access your Kubeflow hosted notebook environment, and
create a new notebook server.

View File

@ -10,5 +10,5 @@ needs to be updated for Kubeflow 1.1.
{{% /alert %}}
Your Kubeflow deployment includes support for spawning and managing Jupyter
notebooks. See how to [set up your notebooks](/docs/notebooks/setup/) and
[explore more notebook functionality](/docs/notebooks/).
notebooks. See how to [set up your notebooks](/docs/components/notebooks/setup/) and
[explore more notebook functionality](/docs/components/notebooks/).

View File

@ -56,7 +56,7 @@ You can find an example of how to use the Metadata SDK in this
To run the notebook in your Kubeflow cluster:
1. Follow the guide to
[setting up your Jupyter notebooks in Kubeflow](/docs/notebooks/setup/).
[setting up your Jupyter notebooks in Kubeflow](/docs/components/notebooks/setup/).
1. Go to the [`demo` notebook on GitHub](https://github.com/kubeflow/metadata/blob/master/sdk/python/sample/demo.ipynb).
1. Download the notebook code by opening the **Raw** view of the file, then
right-clicking on the content and saving the file locally as `demo.ipynb`.

View File

@ -87,4 +87,4 @@ CMD ["sh","-c", "jupyter notebook --notebook-dir=/home/jovyan --ip=0.0.0.0 --no-
When starting a Jupyter notebook server from the
Kubeflow UI, specify your custom Docker image. See the guide to [setting up
your Jupyter notebooks](/docs/notebooks/setup/).
your Jupyter notebooks](/docs/components/notebooks/setup/).

View File

@ -97,7 +97,7 @@ central dashboard](/docs/components/central-dash/overview/).
* **Custom image**: If you select the custom option, you must specify a Docker
image in the form `registry/image:tag`. For guidelines on creating a Docker
image for your notebook, see the guide to
[creating a custom Jupyter image](/docs/notebooks/custom-notebook/).
[creating a custom Jupyter image](/docs/components/notebooks/custom-notebook/).
* **Standard image**: Click the **Image** dropdown menu to see the list of
available images. The standard Docker images include typical machine learning
@ -309,8 +309,8 @@ exposed to the internet and is an unsecured endpoint by default.
building, training, and deploying an ML model from a notebook.
* See how to configure [multi-user isolation](/docs/components/multi-tenancy/) in Kubeflow, to separate the notebooks for each user in a shared Kubeflow deployment.
* Learn the advanced features available from a Kubeflow notebook, such as
[submitting Kubernetes resources](/docs/notebooks/submit-kubernetes/) or
[building Docker images](/docs/notebooks/submit-docker-image/).
* Visit the [troubleshooting guide](/docs/notebooks/troubleshoot) for fixing common
[submitting Kubernetes resources](/docs/components/notebooks/submit-kubernetes/) or
[building Docker images](/docs/components/notebooks/submit-docker-image/).
* Visit the [troubleshooting guide](/docs/components/notebooks/troubleshoot) for fixing common
errors in creating Jupyter notebooks in Kubeflow

View File

@ -43,6 +43,6 @@ For information about the format of the YAML file, see the
## Next steps
* See the guide to [setting up
your Jupyter notebooks in Kubeflow](/docs/notebooks/setup/).
your Jupyter notebooks in Kubeflow](/docs/components/notebooks/setup/).
* Explore the [components of Kubeflow](/docs/components/), including custom
Kubernetes resources.

View File

@ -22,4 +22,4 @@ Overall, Kubeflow-hosted notebooks are better integrated with other components w
## Next steps
* Learn more about [setting up notebooks](/docs/notebooks/setup/).
* Learn more about [setting up notebooks](/docs/components/notebooks/setup/).

View File

@ -100,7 +100,7 @@ It's time to get started!
1. Launch a Jupyter notebook in your Kubeflow cluster. See the guide to
[setting up your
notebooks](/docs/notebooks/setup/#create-a-jupyter-notebook-server-and-add-a-notebook).
notebooks](/docs/components/notebooks/setup/#create-a-jupyter-notebook-server-and-add-a-notebook).
*Note:* This tutorial has been tested with the *Tensorflow 1.15 CPU* image
as the baseline image for the notebook.

View File

@ -71,7 +71,7 @@ how RBAC interacts with IAM on GCP.
## Problems spawning Jupyter pods
This section has been moved to [Jupyter Notebooks Troubleshooting Guide](/docs/notebooks/troubleshoot/).
This section has been moved to [Jupyter Notebooks Troubleshooting Guide](/docs/components/notebooks/troubleshoot/).
## Pods stuck in Pending state

View File

@ -141,7 +141,7 @@ Notes on specific features
* After deployment, your Kubernetes cluster includes all the
[Kubeflow components](/docs/components/).
For example, you can use the Jupyter notebook services
[deployed with Kubeflow](/docs/notebooks/) to create one or more notebook
[deployed with Kubeflow](/docs/components/notebooks/) to create one or more notebook
servers in your Kubeflow cluster.
* Kubeflow Pipelines multi-user support is **only available** in full Kubeflow. It supports
using a single Kubeflow Pipelines control plane to orchestrate user pipeline

View File

@ -90,7 +90,7 @@ Follow these steps to start a notebook:
* When Kubeflow is running, access the Kubeflow UI at a URL of the form
`https://<deployment-name>.endpoints.<project>.cloud.goog/`.
1. Follow the [Kubeflow notebooks setup guide](/docs/notebooks/setup/) to
1. Follow the [Kubeflow notebooks setup guide](/docs/components/notebooks/setup/) to
create a Jupyter notebook server and open the Jupyter UI.
1. Download the sample notebooks from

View File

@ -152,14 +152,14 @@ documentation for that application.
<td></td>
</tr>
<tr>
<td><a href="/docs/notebooks/why-use-jupyter-notebook/">Notebook web
<td><a href="/docs/components/notebooks/why-use-jupyter-notebook/">Notebook web
app</a>
(<a href="https://github.com/kubeflow/kubeflow/tree/master/components/jupyter-web-app">GitHub</a>)
<td>Stable</td>
<td>1.0.0</td>
</tr>
<tr>
<td><a href="/docs/notebooks/why-use-jupyter-notebook/">Notebook
<td><a href="/docs/components/notebooks/why-use-jupyter-notebook/">Notebook
controller</a>
(<a href="https://github.com/kubeflow/kubeflow/tree/master/components/notebook-controller">GitHub</a>)
</td>

View File

@ -90,7 +90,7 @@ components are useful at each stage:
To learn more, read the following guides to the Kubeflow components:
* Kubeflow includes services for spawning and managing
[Jupyter notebooks](/docs/notebooks/). Use notebooks for interactive data
[Jupyter notebooks](/docs/components/notebooks/). Use notebooks for interactive data
science and experimenting with ML workflows.
* [Kubeflow Pipelines](/docs/pipelines/pipelines-overview/) is a platform for