Skip to content

Commit

Permalink
Editorial: Linkify all argument/option references outside algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Dec 7, 2024
1 parent 8d41d22 commit 9342202
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
1 change: 1 addition & 0 deletions docs/SpecCodingConventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Example:
* In Web IDL `<pre class=idl>` blocks, wrap long lines to avoid horizontal scrollbars. 88 characters seems to be the magic number.
* Avoid `<var>v</var>` or `|v|` outside of algorithms; Bikeshed interprets these as global variables which can mask errors. Just use `*v*`.
* Format each term separately; that is, `*splits*[*i*]` not `*splits[i]*`.
* When referencing an argument in prose steps, link to it rather than just using formatted text e.g. `{{MLGraphBuilder/split(input, splits*, options)/splits}}` rather than `*splits*`.


### Algorithms
Expand Down
Loading

0 comments on commit 9342202

Please sign in to comment.