Skip to content

Commit

Permalink
fix: sort examples - TODO: fix explanatory text
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Aug 24, 2024
1 parent 99f26fd commit 3274ea9
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 170 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ and backends, as well as bespoke serialization or formatting.
>>>
>>> result = increment(num=3)
>>> workflow = construct(result, simplify_ids=True)
>>> cwl = render(workflow)
>>> cwl = render(workflow)["__root__"]
>>> yaml.dump(cwl, sys.stdout, indent=2)
class: Workflow
cwlVersion: 1.2
inputs:
increment-1-num:
default: 3
label: increment-1-num
label: num
type: int
outputs:
out:
Expand Down
Loading

0 comments on commit 3274ea9

Please sign in to comment.