diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 2740c246216f04963f44cb5e98f2069b488f1e49..6eece73c9d3f5ea13aeca99e3f7533e4ac5454e8 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: