diff --git a/src/user-guide/writing-workflows/parameterized-tasks.rst b/src/user-guide/writing-workflows/parameterized-tasks.rst index 756099122b..ca0b4f6afa 100644 --- a/src/user-guide/writing-workflows/parameterized-tasks.rst +++ b/src/user-guide/writing-workflows/parameterized-tasks.rst @@ -112,18 +112,6 @@ Any number of parameters can be used at once. This parameterization: model # for run = 1..2 and obs = ship, buoy, plane model # Alternatively, from Cylc 8.2.0 -.. versionadded:: 8.2.0 - - From this version you can also use the equivalent ``model`` - syntax. This allows more flexibility in templating: You can now construct - names like ``beginningmiddleend``. - -.. note:: - - Before Cylc 8.2.0 this syntax worked in many cases, but was - not formally supported, and failed if used in the names of - :ref:`families`. - expands to these tasks names: .. code-block:: none @@ -131,6 +119,16 @@ expands to these tasks names: model_run1_ship, model_run1_buoy, model_run1_plane, model_run2_ship, model_run2_buoy, model_run2_plane +.. note:: + + The ``model`` syntax was introduced in Cylc 8.2.0. + This allows more flexibility in templating; you can now construct + names like ``beginningmiddleend``. + Before Cylc 8.2.0 this syntax worked in many cases, but was + not formally supported, and failed if used in the names of + :ref:`families`. + + Here's a simple but complete example workflow: .. code-block:: cylc