Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified links to the tutorial #3236

Merged
merged 1 commit into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

- [**Documentation**](https://docs.esmvaltool.org/en/latest/)
- [**ESMValTool Website**](https://www.esmvaltool.org/)
- [**ESMValTool Tutorial**](https://esmvalgroup.github.io/ESMValTool_Tutorial/index.html)
- [**ESMValTool Tutorial**](https://tutorial.esmvaltool.org/index.html)
- [**ESMValGroup Project on GitHub**](https://github.com/ESMValGroup)
- [**Gallery**](https://docs.esmvaltool.org/en/latest/gallery.html)
- [**`conda-forge` package feedstock**](https://github.com/conda-forge/esmvaltool-suite-feedstock)
Expand Down Expand Up @@ -53,7 +53,7 @@ ESMValTool can run with the following types of [data as input](https://docs.esmv

# Getting started

Please see [getting started](https://docs.esmvaltool.org/en/latest/quickstart/index.html) on readthedocs as well as [ESMValTool tutorial](https://esmvalgroup.github.io/ESMValTool_Tutorial/index.html). The tutorial is a set of lessons that together teach skills needed to work with ESMValTool in climate-related domains.
Please see [getting started](https://docs.esmvaltool.org/en/latest/quickstart/index.html) on readthedocs as well as [ESMValTool tutorial](https://tutorial.esmvaltool.org/index.html). The tutorial is a set of lessons that together teach skills needed to work with ESMValTool in climate-related domains.

## Getting help

Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/source/develop/recipe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ the specific parameters needed by a recipe that runs a personal diagnostic are:
i.e. the full path to the personal diagnostic that the user needs to run.

There is also a lesson available in the
`ESMValTool tutorial <https://esmvalgroup.github.io/ESMValTool_Tutorial/>`_
`ESMValTool tutorial <https://tutorial.esmvaltool.org/>`_
that describes in a step-by-step procedure how to write your own recipe. It can be found
`here <https://esmvalgroup.github.io/ESMValTool_Tutorial/06-preprocessor/index.html>`_.
`here <https://tutorial.esmvaltool.org/06-preprocessor/index.html>`_.
4 changes: 2 additions & 2 deletions doc/sphinx/source/quickstart/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ the ``esmvaltool`` command can find the data on your system, before it can run
a recipe.

There is a lesson available in the
`ESMValTool tutorial <https://esmvalgroup.github.io/ESMValTool_Tutorial/>`_
`ESMValTool tutorial <https://tutorial.esmvaltool.org/>`_
that describes how to personalize the configuration file. It can be found
`at this site <https://esmvalgroup.github.io/ESMValTool_Tutorial/03-configuration/index.html>`_.
`at this site <https://tutorial.esmvaltool.org/03-configuration/index.html>`_.
8 changes: 4 additions & 4 deletions doc/sphinx/source/quickstart/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ The next sections will detail the procedure to install ESMValTool through each
of these methods.

There is also a lesson available in the
`ESMValTool tutorial <https://esmvalgroup.github.io/ESMValTool_Tutorial/>`_
`ESMValTool tutorial <https://tutorial.esmvaltool.org/>`_
that describes the installation of the ESMValTool in more detail.
It can be found
`here <https://esmvalgroup.github.io/ESMValTool_Tutorial/02-installation/index.html>`_.
`here <https://tutorial.esmvaltool.org/02-installation/index.html>`_.

See `common installation issues`_ if you run into trouble.

Expand Down Expand Up @@ -510,11 +510,11 @@ estate, so there is no need to install ESMValTool if you are just running recipe
- Met Office: `esmvaltool` is available on the Linux estate after login and module loading via `module load`;
see the ESMValTool Community of Practice SharePoint site for more details.

The ESMValTool Tutorial provides a `quickstart guide <https://esmvalgroup.github.io/ESMValTool_Tutorial/01-quickstart/index.html>`__
The ESMValTool Tutorial provides a `quickstart guide <https://tutorial.esmvaltool.org/01-quickstart/index.html>`__
that is particularly suited for new users that have an access to pre-installed version of ESMValTool.

Information on how to request an account at CEDA-JASMIN and DKRZ-Levante and to get started with these HPC clusters
can be found on the setup page of the tutorial `here <https://esmvalgroup.github.io/ESMValTool_Tutorial/setup.html>`__.
can be found on the setup page of the tutorial `here <https://tutorial.esmvaltool.org/setup.html>`__.

.. _install_with_docker:

Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/source/quickstart/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Running your first recipe
=========================

There is a step-by-step tutorial available in the
`ESMValTool tutorial <https://esmvalgroup.github.io/ESMValTool_Tutorial/>`_
`ESMValTool tutorial <https://tutorial.esmvaltool.org/>`_
on how to run your first recipe. It can be found
`here <https://esmvalgroup.github.io/ESMValTool_Tutorial/04-recipe/index.html>`_.
`here <https://tutorial.esmvaltool.org/04-recipe/index.html>`_.

An
`example recipe <https://github.com/ESMValGroup/ESMValTool/blob/main/esmvaltool/recipes/examples/recipe_python.yml>`_
Expand Down