Skip to content

Commit 245f3e1

Browse files
committed
DOC: Remove pandoc fragment
skipci
1 parent aa2c45e commit 245f3e1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/core_concepts/twines.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ Here, we describe the parts of a twine and what they mean.
1818

1919
A twine has several sections, called strands. Each defines a different kind of data required (or produced) by the service.
2020

21-
| Strand | Describes the service's requirements for... |
22-
| ---------------------- | ----------------------------------------------------------------------------------------------------------------- |
23-
| Configuration values | Data, in JSON form, used for configuration of the service |
24-
| Configuration manifest | Files/datasets required by the service at configuration/startup |
25-
| Input values | Data, in JSON form, passed to the service in order to trigger an analysis |
26-
| Input manifest | Files/datasets passed with input values to trigger an analysis |
27-
| Output values | Data, in JSON form, that will be produced by the service (in response to inputs) |
28-
| Output manifest | Files/datasets that will be produced by the service (in response to inputs) |
29-
| Credentials | interpreted-text role="ref"} Credentials that are required by the service in order to access third party services |
30-
| Children | Other twins, access to which are required for this service to function |
31-
| Monitors | Visual and progress outputs from an analysis |
21+
| Strand | Describes the service's requirements for... |
22+
| ---------------------- | ------------------------------------------------------------------------------------ |
23+
| Configuration values | Data, in JSON form, used for configuration of the service |
24+
| Configuration manifest | Files/datasets required by the service at configuration/startup |
25+
| Input values | Data, in JSON form, passed to the service in order to trigger an analysis |
26+
| Input manifest | Files/datasets passed with input values to trigger an analysis |
27+
| Output values | Data, in JSON form, that will be produced by the service (in response to inputs) |
28+
| Output manifest | Files/datasets that will be produced by the service (in response to inputs) |
29+
| Credentials | Credentials that are required by the service in order to access third party services |
30+
| Children | Other twins, access to which are required for this service to function |
31+
| Monitors | Visual and progress outputs from an analysis |
3232

3333
## Twine file schema
3434

0 commit comments

Comments
 (0)