Skip to content

Commit

Permalink
Merge pull request #72 from Green-Software-Foundation/add-outputs
Browse files Browse the repository at this point in the history
Add `outputs` parameter into readme files manifest examples
  • Loading branch information
MariamKhalatova authored Apr 9, 2024
2 parents 1f6cf30 + 0bed377 commit f1c9b9f
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/coefficient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ name: coefficient-demo
description:
tags:
initialize:
outputs:
- yaml
plugins:
coefficient:
method: Coefficient
Expand Down
2 changes: 2 additions & 0 deletions src/lib/csv-export/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ name: csv-export-demo
description: example exporting output to a csv file
tags:
initialize:
outputs:
- yaml
plugins:
csv-exporter:
method: CsvExport
Expand Down
2 changes: 2 additions & 0 deletions src/lib/divide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ name: divide-demo
description:
tags:
initialize:
outputs:
- yaml
plugins:
divide:
method: Divide
Expand Down
2 changes: 2 additions & 0 deletions src/lib/e-mem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ name: e-mem-demo
description:
tags:
initialize:
outputs:
- yaml
plugins:
e-mem:
method: EMem
Expand Down
2 changes: 2 additions & 0 deletions src/lib/e-net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ name: e-net-demo
description:
tags:
initialize:
outputs:
- yaml
plugins:
e-net:
method: ENet
Expand Down
2 changes: 2 additions & 0 deletions src/lib/multiply/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ name: multiply-demo
description:
tags:
initialize:
outputs:
- yaml
plugins:
multiply:
method: Multiply
Expand Down
2 changes: 2 additions & 0 deletions src/lib/regex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ name: regex-demo
description:
tags:
initialize:
outputs:
- yaml
plugins:
regex:
method: Regex
Expand Down
2 changes: 2 additions & 0 deletions src/lib/sci-e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ name: sci-e-demo
description:
tags:
initialize:
outputs:
- yaml
plugins:
sci-e:
method: SciE
Expand Down
2 changes: 2 additions & 0 deletions src/lib/sci-m/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ name: sci-m
description: simple demo invoking sci-m
tags:
initialize:
outputs:
- yaml
plugins:
sci-m:
method: SciM
Expand Down
2 changes: 2 additions & 0 deletions src/lib/sci-o/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ name: sci-o
description:
tags:
initialize:
outputs:
- yaml
plugins:
sci-o:
method: SciO
Expand Down
2 changes: 2 additions & 0 deletions src/lib/sci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ name: sci-demo
description: example invoking sci plugin
tags:
initialize:
outputs:
- yaml
plugins:
sci:
method: Sci
Expand Down
2 changes: 2 additions & 0 deletions src/lib/shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ name: shell-demo
description:
tags:
initialize:
outputs:
- yaml
plugins:
sampler:
method: Shell
Expand Down
2 changes: 2 additions & 0 deletions src/lib/sum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ name: sum demo
description:
tags:
initialize:
outputs:
- yaml
plugins:
sum:
method: Sum
Expand Down
2 changes: 2 additions & 0 deletions src/lib/tdp-finder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ name: tdp-demo
description:
tags:
initialize:
outputs:
- yaml
plugins:
finder:
method: TdpFinder
Expand Down

0 comments on commit f1c9b9f

Please sign in to comment.