Skip to content

Commit

Permalink
update link to workbench instance (#6831)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored and philippjfr committed May 21, 2024
1 parent 89be857 commit 48b7ec2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gallery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
(github.event_name == 'workflow_run' && (contains(steps.vars.outputs.tag, 'a') || contains(steps.vars.outputs.tag, 'b') || contains(steps.vars.outputs.tag, 'rc')))
run: |
conda activate test
ae5 login --hostname holoviz.dsp.anaconda.com --username ${{ secrets.AE5_USERNAME }} --password ${{ secrets.AE5_PASSWORD }}
ae5 login --hostname holoviz-demo.anaconda.com --username ${{ secrets.AE5_USERNAME }} --password ${{ secrets.AE5_PASSWORD }}
ae5 deployment stop panel-gallery-dev --yes || :
ae5 project delete panel-gallery-dev --yes || :
ae5 project upload examples/gallery --name panel-gallery-dev --tag ${{ steps.vars.outputs.tag || '0.0.1dev' }}
Expand All @@ -67,7 +67,7 @@ jobs:
(github.event_name == 'workflow_run' && !(contains(steps.vars.outputs.tag, 'a') || contains(steps.vars.outputs.tag, 'b') || contains(steps.vars.outputs.tag, 'rc')) && contains(steps.vars.outputs.tag, 'v'))
run: |
conda activate test
ae5 login --hostname holoviz.dsp.anaconda.com --username ${{ secrets.AE5_USERNAME }} --password ${{ secrets.AE5_PASSWORD }}
ae5 login --hostname holoviz-demo.anaconda.com --username ${{ secrets.AE5_USERNAME }} --password ${{ secrets.AE5_PASSWORD }}
ae5 deployment stop panel-gallery --yes || :
ae5 project delete panel-gallery --yes || :
ae5 project upload examples/gallery --name panel-gallery --tag ${{ steps.vars.outputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
myst_enable_extensions = ["colon_fence", "deflist"]

gallery_endpoint = 'panel-gallery-dev' if is_dev else 'panel-gallery'
gallery_url = f'https://{gallery_endpoint}.holoviz.dsp.anaconda.com'
gallery_url = f'https://{gallery_endpoint}.holoviz-demo.anaconda.com'
jlite_url = 'https://holoviz-dev.github.io/panelite-dev' if is_dev else 'https://panelite.holoviz.org'
pyodide_url = 'https://holoviz-dev.github.io/panel/pyodide' if is_dev else 'https://panel.holoviz.org/pyodide'

Expand Down
8 changes: 4 additions & 4 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sd_hide_title: true
::::{grid} 2 4 4 4

:::{grid-item-card} Portfolio Analyzer
:link: https://|gallery-endpoint|.holoviz.dsp.anaconda.com/portfolio_analyzer
:link: https://|gallery-endpoint|.holoviz-demo.anaconda.com/portfolio_analyzer
:link-type: url

```{image} https://assets.holoviz.org/panel/gallery/portfolio_analyzer.png
Expand All @@ -30,7 +30,7 @@ alt: Portfolio Analyzer App
:::

:::{grid-item-card} Portfolio Optimizer
:link: https://|gallery-endpoint|.holoviz.dsp.anaconda.com/portfolio_optimizer
:link: https://|gallery-endpoint|.holoviz-demo.anaconda.com/portfolio_optimizer
:link-type: url

```{image} https://assets.holoviz.org/panel/gallery/portfolio_optimizer.png
Expand All @@ -41,7 +41,7 @@ alt: Portfolio Optimizer App
:::

:::{grid-item-card} MRI Slicer
:link: https://|gallery-endpoint|.holoviz.dsp.anaconda.com/vtk_slicer
:link: https://|gallery-endpoint|.holoviz-demo.anaconda.com/vtk_slicer
:link-type: url

```{image} https://assets.holoviz.org/panel/gallery/vtk_slicer.png
Expand All @@ -52,7 +52,7 @@ alt: MRI Slicer App
:::

:::{grid-item-card} Videostream
:link: https://|gallery-endpoint|.holoviz.dsp.anaconda.com/streaming_videostream
:link: https://|gallery-endpoint|.holoviz-demo.anaconda.com/streaming_videostream
:link-type: url

```{image} https://assets.holoviz.org/panel/gallery/streaming_videostream.png
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/basic/indicators_performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Welcome to our tutorial on Panel's [indicators](https://panel.holoviz.org/refer
We will delve into the use of Indicators with an example that uses them to visualizes the key metrics of wind turbines in an engaging and insightful manner. The result will be this:

:::{card} Windturbines Explorer
:link: https://|gallery-endpoint|.holoviz.dsp.anaconda.com/windturbines
:link: https://|gallery-endpoint|.holoviz-demo.anaconda.com/windturbines
:width: 100%

Visually explore a dataset of US Windturbines.
Expand Down

0 comments on commit 48b7ec2

Please sign in to comment.