From 12d29680e6831ef56818b0f8670578223eb0b46c Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Thu, 20 Jun 2024 14:39:15 +0200 Subject: [PATCH] reorganize link to zipped source --- source/user_guide/setup_project.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/user_guide/setup_project.rst b/source/user_guide/setup_project.rst index 50bf29b..ac855df 100644 --- a/source/user_guide/setup_project.rst +++ b/source/user_guide/setup_project.rst @@ -57,13 +57,13 @@ Examples hosting a Python and R app are provided. These two examples are the skeleton for starting a new project. Choose the branch dedicated to the language you chose, and get the scripts. -* In python : branch `base-python <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-python>`_ (`python zipped sources <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/archive/base-python/shiny-k8s-example-base-python.zip>`_) -* In R : branch `base-r <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-r>`_ (`r zipped sources <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/archive/base-r/shiny-k8s-example-base-r.zip>`_) +* In python : `python zipped sources <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/archive/base-python/shiny-k8s-example-base-python.zip>`_ (extracted from branch `base-python <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-python>`_ ) +* In R : `r zipped sources <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/archive/base-r/shiny-k8s-example-base-r.zip>`_ (extracted from branch `base-r <https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-r>`_) Extract and put the content at the root of your project, except for the directory `my_project` which should not override yours. -.. warning:: +.. note:: | The gitlab project named ``shiny-k8s-example`` designed for user is based on previous one named ``shiny-k8s``. | The ``shiny-k8s-example`` project contains only "values", "parameters" and "files" need to be customise by the user, the developper of the shiny app. -- GitLab