Skip to content

Commit b606f4d

Browse files
committed
markdownlint --fix
1 parent ff11531 commit b606f4d

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

docs/howto/coordination_triage_decision.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ title = mermaid_title_from_dt(DT)
116116
print(mapping2mermaid(rows, title=title))
117117
```
118118

119-
120119
### Table of Values
121120

122121
The table below shows the values for the decision model.
@@ -131,5 +130,3 @@ from ssvc.decision_tables.helpers import dt2df_md
131130

132131
print(dt2df_md(DT))
133132
```
134-
135-

docs/howto/deployer_tree.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ print(mapping2mermaid(rows, title=title))
159159
The table below shows the values for the decision model.
160160
Each row of the table corresponds to a path through the decision model diagram above.
161161

162-
163162
```python exec="true" idprefix=""
164163

165164
from ssvc.decision_tables.ssvc.deployer_dt import LATEST as DT

docs/howto/publication_decision.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,11 @@ title = mermaid_title_from_dt(DT)
157157
print(mapping2mermaid(rows, title=title))
158158
```
159159

160-
161160
### Table of Values
162161

163162
The table below shows the values for the decision model.
164163
Each row of the table corresponds to a path through the decision model diagram above.
165164

166-
167165
```python exec="true" idprefix=""
168166
from ssvc.decision_tables.ssvc.coord_pub_dt import LATEST as DT
169167
from ssvc.decision_tables.helpers import dt2df_md

docs/howto/supplier_tree.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ The organization considers several other factors to build the patch; refactoring
5151
be necessary for some patches, while others require relatively small changes.
5252
We focus only on the priority of building the patch, and we consider four categories of priority, as outlined in the table below.
5353

54-
5554
```python exec="true" idprefix=""
5655
from ssvc.decision_tables.ssvc.supplier_dt import LATEST as DT
5756
from ssvc.doc_helpers import example_block
@@ -110,13 +109,11 @@ print(mapping2mermaid(rows, title=title))
110109

111110
### Table of Values
112111

113-
114112
The table below shows the values for the decision model.
115113
Each row of the table corresponds to a path through the decision model diagram above.
116114

117115
% include-markdown "../_includes/_scrollable_table.md" heading-offset=1 %}
118116

119-
120117
```python exec="true" idprefix=""
121118

122119
from ssvc.decision_tables.ssvc.supplier_dt import LATEST as DT

0 commit comments

Comments
 (0)