-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Labels
formattingAesthetics and formatting of the specAesthetics and formatting of the spec
Description
2 other issues I have noticed that make my inner OCD unhappy:
inconsistency in the format of the table headers in the spec: most of the time it is in bold but not always- numeric examples in the tables concerning the content of json files are not "highlighted" and might not be as obvious to the reader.
For example
Number of EEG channels included in the recording (for example, 128).
Should probably be:
Number of EEG channels included in the recording (for example, `128`).
- inconsistencies in the rendering of string and numeric values for tables (mostly for stings)
Sometimes examples are written:
like this
and other times
`like that`
Column name | Requirement level | Description |
---|---|---|
name | REQUIRED | Channel name (for example, FC1, Cz) |
units | REQUIRED | Physical unit of the value represented in this channel, for example, V for Volt, or fT/cm for femto Tesla per centimeter (see Units). |
Originally posted by @Remi-Gau in #739 (comment)
Metadata
Metadata
Assignees
Labels
formattingAesthetics and formatting of the specAesthetics and formatting of the spec