From 2effef7425de3893a47d9f9976e7d9db50cba510 Mon Sep 17 00:00:00 2001 From: BorjaEst Date: Mon, 16 Nov 2020 12:01:46 +0100 Subject: [PATCH 1/2] Bugfix, make config example path at cli.rst relative --- docs/getting_started/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/cli.rst b/docs/getting_started/cli.rst index f946736..288006b 100644 --- a/docs/getting_started/cli.rst +++ b/docs/getting_started/cli.rst @@ -15,7 +15,7 @@ you need to provide the following volumes to the container: - --volume, mount `/app/output`: Output path for skimmed results. - --volume, mount `/app/sources.yaml`: Configuration file with a data structure description at the input path in YAML_ format. - See :doc:`/user_guide/source-file` for a configuration example. + See :doc:`../user_guide/source-file` for a configuration example. .. _YAML: https://yaml.org/ -- GitLab From 66a3dda2eddff8e4eedae4a3cef02b4a415365f4 Mon Sep 17 00:00:00 2001 From: BorjaEst Date: Mon, 16 Nov 2020 12:06:06 +0100 Subject: [PATCH 2/2] Bugfix, make cli path at source-file.rst relative --- docs/user_guide/source-file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/source-file.rst b/docs/user_guide/source-file.rst index 7fc3f5d..a089b06 100644 --- a/docs/user_guide/source-file.rst +++ b/docs/user_guide/source-file.rst @@ -40,7 +40,7 @@ in both of them. Therefore, the output expected at "CCMI-1_IPSL" is - vmro3_zm_[YEAR]-[YEAR].nc: With vmro3 skimmed data Where [YEAR] are optional text output depending on how the `–split_by` -argument is configured at the :doc:`/getting_started/cli` call. +argument is configured at the :doc:`../getting_started/cli` call. .. code-block:: yaml -- GitLab