From a6941c77c5fd45bdddc8e87c3a3597e32500ab18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 23 Dec 2024 15:00:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Manual:=20fix=20verbatim=20quote?= =?UTF-8?q?s=20in=20DATE=20placeholder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug introduced in 095df5425888399fd656cb0fb6dfa17cf404fbd2 and 9337ca95f22477b01a1a8b0f4dd35347e59f2c5e. --- doc/manual/source/the-model-file.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 2740c24621..6eece73c9d 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -99,12 +99,12 @@ observed: extension or if the filename contains a non-alphanumeric character; * QUOTED_STRING indicates an arbitrary string enclosed between (single) quotes; -* DATE indicates a time period which can be either a year (e.g. `2024Y` or - `2024A`), a half-year (`2024S1` or `2024H1`), a quarter (`2024Q2`) or a month - (`2024M3`) (see :ref:`dates in a mod file`). Optionally, the time period can +* DATE indicates a time period which can be either a year (e.g. ``2024Y`` or + ``2024A``), a half-year (``2024S1`` or ``2024H1``), a quarter (``2024Q2``) or a month + (``2024M3``) (see :ref:`dates in a mod file`). Optionally, the time period can be followed by a plus sign and a number of periods, in which case the date is - shifted accordingly (e.g. `2023Q1+6` is accepted and is equivalent to - `2024Q3`). + shifted accordingly (e.g. ``2023Q1+6`` is accepted and is equivalent to + ``2024Q3``). .. _var-decl: -- GitLab