Skip to content

Commit

Permalink
Merge pull request #49 from smart-on-fhir/mikix/doc-fix
Browse files Browse the repository at this point in the history
docs: prevent double-hyphens from being converted to a dash
  • Loading branch information
mikix authored Jun 27, 2024
2 parents a515d18 + 026d820 commit 075d567
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/accuracy.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ F1 Sens Spec PPV NPV Kappa TP FN TN FP Label

## Options

### --verbose
### \-\-verbose

Use this to also print out a table of per-chart/per-label classifications.
This is helpful for investigating where specifically the two annotators agreed or not.
Expand Down Expand Up @@ -61,7 +61,7 @@ Annotator: jane
╰──────────┴──────────┴────────────────╯
```

### --csv
### \-\-csv

Print the accuracy chart in a machine-parseable CSV format.

Expand Down
2 changes: 1 addition & 1 deletion docs/frequency.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ chart-review frequency

## Options

### --csv
### \-\-csv

Print the frequencies in a machine-parseable CSV format.

Expand Down
2 changes: 1 addition & 1 deletion docs/ids.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $ chart-review ids

## Options

### --csv
### \-\-csv

Print the IDs in a machine-parseable CSV format.

Expand Down
2 changes: 1 addition & 1 deletion docs/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ chart-review labels

## Options

### --csv
### \-\-csv

Print the labels in a machine-parseable CSV format.

Expand Down
2 changes: 1 addition & 1 deletion docs/mentions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ chart-review mentions

## Options

### --csv
### \-\-csv

Print the mentions in a machine-parseable CSV format.

Expand Down

0 comments on commit 075d567

Please sign in to comment.