Skip to content

Commit 41d31d5

Browse files
authored
Add introductory paragraph to Links section in docs of each event (#278)
Previously the Links section only had subsections for the valid link types and no easy way to find information on what a link object looks like. The new introductory paragraph explains both what the section contains and links to the-links-object.md.
1 parent 997a4ac commit 41d31d5

23 files changed

+68
-0
lines changed

eiffel-vocabulary/EiffelActivityCanceledEvent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ __Required:__ No
2525
__Description:__ Any human readable information as to the reason for dequeueing.
2626

2727
## Links
28+
29+
This section describes which link types are valid for this event type. For details on how to express the link objects themselves see [The Links Object](../eiffel-syntax-and-usage/the-links-object.md).
30+
2831
### ACTIVITY_EXECUTION
2932
__Required:__ Yes
3033
__Legal targets:__ [EiffelActivityTriggeredEvent](../eiffel-vocabulary/EiffelActivityTriggeredEvent.md)

eiffel-vocabulary/EiffelActivityFinishedEvent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ __Required:__ Yes
6767
__Description:__ The URI at which the log can be retrieved.
6868

6969
## Links
70+
71+
This section describes which link types are valid for this event type. For details on how to express the link objects themselves see [The Links Object](../eiffel-syntax-and-usage/the-links-object.md).
72+
7073
### ACTIVITY_EXECUTION
7174
__Required:__ Yes
7275
__Legal targets:__ [EiffelActivityTriggeredEvent](../eiffel-vocabulary/EiffelActivityTriggeredEvent.md)

eiffel-vocabulary/EiffelActivityStartedEvent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ __Required:__ Yes
5050
__Description:__ The URI at which the log can be retrieved.
5151

5252
## Links
53+
54+
This section describes which link types are valid for this event type. For details on how to express the link objects themselves see [The Links Object](../eiffel-syntax-and-usage/the-links-object.md).
55+
5356
### ACTIVITY_EXECUTION
5457
__Required:__ Yes
5558
__Legal targets:__ [EiffelActivityTriggeredEvent](../eiffel-vocabulary/EiffelActivityTriggeredEvent.md)

eiffel-vocabulary/EiffelActivityTriggeredEvent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ __Legal values:__ MANUAL, SEMI_AUTOMATED, AUTOMATED, OTHER
5959
__Description:__ The type of execution (often related to, but ultimately separate from, __data.triggers.type__).
6060

6161
## Links
62+
63+
This section describes which link types are valid for this event type. For details on how to express the link objects themselves see [The Links Object](../eiffel-syntax-and-usage/the-links-object.md).
64+
6265
### CAUSE
6366
__Required:__ No
6467
__Legal targets:__ Any

eiffel-vocabulary/EiffelAnnouncementPublishedEvent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ __Legal values:__ MINOR, MAJOR, CRITICAL, BLOCKER, CLOSED, CANCELED
4141
__Description:__ The severity of the announcement. The CLOSED and CANCELED values SHOULD only be used when following up a previous announcement, i.e. in conjunction with a __MODIFIED_ANNOUNCEMENT__ link.
4242

4343
## Links
44+
45+
This section describes which link types are valid for this event type. For details on how to express the link objects themselves see [The Links Object](../eiffel-syntax-and-usage/the-links-object.md).
46+
4447
### MODIFIED_ANNOUNCEMENT
4548
__Required:__ No
4649
__Legal targets:__ [EiffelAnnouncementPublishedEvent](../eiffel-vocabulary/EiffelAnnouncementPublishedEvent.md)

eiffel-vocabulary/EiffelArtifactCreatedEvent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ __Required:__ No
7373
__Description:__ Any (colloquial) name of the artifact. Unlike __data.identity__, this is not intended as an unambiguous identifier of the artifact, but as a descriptive and human readable name.
7474

7575
## Links
76+
77+
This section describes which link types are valid for this event type. For details on how to express the link objects themselves see [The Links Object](../eiffel-syntax-and-usage/the-links-object.md).
78+
7679
### COMPOSITION
7780
__Required:__ No
7881
__Legal targets:__ [EiffelCompositionDefinedEvent](../eiffel-vocabulary/EiffelCompositionDefinedEvent.md)

eiffel-vocabulary/EiffelArtifactPublishedEvent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ __Required:__ Yes
4545
__Description:__ The URI at which the artifact can be retrieved.
4646

4747
## Links
48+
49+
This section describes which link types are valid for this event type. For details on how to express the link objects themselves see [The Links Object](../eiffel-syntax-and-usage/the-links-object.md).
50+
4851
### ARTIFACT
4952
__Required:__ Yes
5053
__Legal targets:__ [EiffelArtifactCreatedEvent](../eiffel-vocabulary/EiffelArtifactCreatedEvent.md)

eiffel-vocabulary/EiffelArtifactReusedEvent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ The event has no data members, but solely relies on its two required link types
2323
## Data Members
2424

2525
## Links
26+
27+
This section describes which link types are valid for this event type. For details on how to express the link objects themselves see [The Links Object](../eiffel-syntax-and-usage/the-links-object.md).
28+
2629
### COMPOSITION
2730
__Required:__ Yes
2831
__Legal targets:__ [EiffelCompositionDefinedEvent](../eiffel-vocabulary/EiffelCompositionDefinedEvent.md)

eiffel-vocabulary/EiffelCompositionDefinedEvent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ __Required:__ No
3030
__Description:__ The version of the composition, if any. This is in a sense redundant, as relationships between compositions can be tracked via the __PREVIOUS_VERSION__ link type, but can be used for improved clarity and semantics.
3131

3232
## Links
33+
34+
This section describes which link types are valid for this event type. For details on how to express the link objects themselves see [The Links Object](../eiffel-syntax-and-usage/the-links-object.md).
35+
3336
### ELEMENT
3437
__Required:__ No
3538
__Legal targets:__ [EiffelCompositionDefinedEvent](../eiffel-vocabulary/EiffelCompositionDefinedEvent.md),

eiffel-vocabulary/EiffelConfidenceLevelModifiedEvent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ __Required:__ No
6161
__Description:__ Any group, such as a development team, committee or test group, to which the issuer belongs.
6262

6363
## Links
64+
65+
This section describes which link types are valid for this event type. For details on how to express the link objects themselves see [The Links Object](../eiffel-syntax-and-usage/the-links-object.md).
66+
6467
### SUBJECT
6568
__Required:__ Yes
6669
__Optional in:__ None

0 commit comments

Comments
 (0)