From 8d26e420b0f614e85c8b3aab958ac8c27ccc4f24 Mon Sep 17 00:00:00 2001 From: Josh Holland Date: Fri, 14 Jun 2024 17:14:59 +0100 Subject: [PATCH] docs: Add links to Voila and Panel homepages --- .../src/tutorials/getting-started-panel/01-getting-ready.md | 6 ++++-- docs/src/tutorials/getting-started-panel/README.md | 4 +++- .../src/tutorials/getting-started-voila/01-getting-ready.md | 4 +++- docs/src/tutorials/getting-started-voila/README.md | 4 +++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/src/tutorials/getting-started-panel/01-getting-ready.md b/docs/src/tutorials/getting-started-panel/01-getting-ready.md index 1288174a7..2f6ef6461 100644 --- a/docs/src/tutorials/getting-started-panel/01-getting-ready.md +++ b/docs/src/tutorials/getting-started-panel/01-getting-ready.md @@ -1,7 +1,9 @@ # 1. Getting Ready -A Panel site can be used to visualise a Jupyter notebook, so, before continuing, -you will need the following: +A [Panel][panel] site can be used to visualise a Jupyter notebook, so, +before continuing, you will need the following: + +[panel]: https://panel.holoviz.org/getting_started/ * A project * Project storage diff --git a/docs/src/tutorials/getting-started-panel/README.md b/docs/src/tutorials/getting-started-panel/README.md index c8623da1c..6fbd3077b 100644 --- a/docs/src/tutorials/getting-started-panel/README.md +++ b/docs/src/tutorials/getting-started-panel/README.md @@ -1,8 +1,10 @@ # My first Panel Site -In this tutorial you will create a *Panel* site within Datalabs, allowing you to +In this tutorial you will create a *[Panel][panel]* site within Datalabs, allowing you to visualise and interact with a notebook. +[panel]: https://panel.holoviz.org/getting_started/ + 1. [Getting ready](01-getting-ready.md) 2. [Create a Panel site](02-create-panel-site.md) 3. [Launch Panel](03-launch-panel-site.md) diff --git a/docs/src/tutorials/getting-started-voila/01-getting-ready.md b/docs/src/tutorials/getting-started-voila/01-getting-ready.md index cb69161b7..73a412456 100644 --- a/docs/src/tutorials/getting-started-voila/01-getting-ready.md +++ b/docs/src/tutorials/getting-started-voila/01-getting-ready.md @@ -1,8 +1,10 @@ # 1. Getting Ready -A Voilà site can be used to visualise a Jupyter notebook, so, +A [Voilà][voila] site can be used to visualise a Jupyter notebook, so, before continuing, you will need the following: +[voila]: https://github.com/voila-dashboards/voila + * A project * Project storage * A JupyterLab notebook diff --git a/docs/src/tutorials/getting-started-voila/README.md b/docs/src/tutorials/getting-started-voila/README.md index d7cdf2328..bad4a95d2 100644 --- a/docs/src/tutorials/getting-started-voila/README.md +++ b/docs/src/tutorials/getting-started-voila/README.md @@ -1,8 +1,10 @@ # My first Voilà Site -In this tutorial you will create a *Voilà* site within Datalabs, allowing you to +In this tutorial you will create a *[Voilà][voila]* site within Datalabs, allowing you to visualise and interact with a notebook. +[voila]: https://github.com/voila-dashboards/voila + 1. [Getting ready](01-getting-ready.md) 2. [Create a Voilà site](02-create-voila-site.md) 3. [Launch Voilà](03-launch-voila-site.md)