Skip to content

Commit

Permalink
docs: Add links to Voila and Panel homepages
Browse files Browse the repository at this point in the history
  • Loading branch information
jshholland committed Jun 14, 2024
1 parent 39d3826 commit 8d26e42
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 4 additions & 2 deletions docs/src/tutorials/getting-started-panel/01-getting-ready.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion docs/src/tutorials/getting-started-panel/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 3 additions & 1 deletion docs/src/tutorials/getting-started-voila/01-getting-ready.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion docs/src/tutorials/getting-started-voila/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8d26e42

Please sign in to comment.