From 96f88d148f00429fc5cfbcdd5993ab1d892f9468 Mon Sep 17 00:00:00 2001 From: Maxime Liquet Date: Tue, 14 May 2024 14:35:07 +0200 Subject: [PATCH] update link to workbench instance --- .github/workflows/gallery.yaml | 4 ++-- doc/conf.py | 2 +- doc/index.md | 8 ++++---- doc/tutorials/basic/indicators_performance.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/gallery.yaml b/.github/workflows/gallery.yaml index e73977595c..101b1c43b6 100644 --- a/.github/workflows/gallery.yaml +++ b/.github/workflows/gallery.yaml @@ -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' }} @@ -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 }} diff --git a/doc/conf.py b/doc/conf.py index bb29e5ace2..5cb2b4e3ee 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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' diff --git a/doc/index.md b/doc/index.md index 218ddc7142..e213e24d11 100644 --- a/doc/index.md +++ b/doc/index.md @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/doc/tutorials/basic/indicators_performance.md b/doc/tutorials/basic/indicators_performance.md index 66e18b2fe8..da1eef5bc2 100644 --- a/doc/tutorials/basic/indicators_performance.md +++ b/doc/tutorials/basic/indicators_performance.md @@ -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.