Skip to content

Commit

Permalink
Rocoto Docs Typo Fix (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrnetp authored Oct 29, 2024
1 parent 406750c commit 7064ffa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sections/user_guide/yaml/rocoto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Let's dissect the following task example:
walltime: 00:01:00
envars:
person: siri
dependencies:
dependency:
Each task is named by its UW YAML key. Blocks under ``tasks:`` prefixed with ``task_`` will be named with what follows the prefix. In the example above the task will be named ``hello`` and will appear in the XML like this:

Expand All @@ -157,7 +157,7 @@ The name of the task can be any string accepted by Rocoto as a task name (includ
<value>siri</value>
</envar>
``dependencies:`` -- [Optional] Any number of dependencies accepted by Rocoto. This section is described in more detail below.
``dependency:`` -- [Optional] Any number of dependencies accepted by Rocoto. This section is described in more detail below.

The other keys not specifically mentioned here follow the same conventions as described in the :rocoto:`Rocoto<>` documentation.

Expand All @@ -180,7 +180,7 @@ Each of the dependencies that requires attributes (the ``key="value"`` parts ins
...
task_goodbye:
command: "goodbye"
dependencies:
dependency:
taskdep:
attrs:
task: hello
Expand Down Expand Up @@ -209,7 +209,7 @@ Because UW YAML represents a hash table (a dictionary in Python), each key at th
task_hello:
command: "hello world"
...
dependencies:
dependency:
and:
datadep_foo:
value: "foo.txt"
Expand Down

0 comments on commit 7064ffa

Please sign in to comment.