Skip to content

Commit b961914

Browse files
fix small rst errors (#404)
1 parent 0906b58 commit b961914

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/reference/config/writing-platform-configs.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Simple Remote Platform
9090
^^^^^^^^^^^^^^^^^^^^^^
9191

9292
- **Platforms don't need to be complicated**
93-
- **``install target`` specifies a file system for the task using that platform**
93+
- ``install target`` **specifies a file system for the task using that platform**
9494

9595
.. admonition:: Scenario
9696

@@ -305,11 +305,11 @@ platform. Job files can be installed on the workflow host.
305305

306306
.. warning::
307307

308-
Platforms and Platform groups are selected in a workflow configuration
309-
file using the same key (``[runtime][<task name>]platform = ``).
310-
Therefore the same names **cannot** be used for platforms and platform
311-
groups. The ``global.cylc`` file will fail validation if the same name is
312-
used in both.
308+
Platforms and platform groups are both configured by
309+
:cylc:conf:`flow.cylc[runtime][<namespace>]platform`.
310+
Therefore a platform group cannot be given the same name as a platform.
311+
The :cylc:conf:`global.cylc` file will fail validation if the same name is
312+
used for both.
313313

314314
Platform with no ``$HOME`` directory
315315
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)