-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposed style/wording tweaks #783
Labels
Comments
This all sounds great to me! I'd suggest a PR to update SpecCodingConventions.md. |
inexorabletash
added a commit
to inexorabletash/webnn
that referenced
this issue
Dec 7, 2024
inexorabletash
added a commit
to inexorabletash/webnn
that referenced
this issue
Dec 7, 2024
inexorabletash
added a commit
to inexorabletash/webnn
that referenced
this issue
Dec 7, 2024
inexorabletash
added a commit
to inexorabletash/webnn
that referenced
this issue
Dec 7, 2024
Instead of "*foo[bar]*" make it "*foo*[*bar*]" just so that turning "foo" and "bar" into links is a more atomic operation. Purely stylistic. Part of webmachinelearning#783
inexorabletash
added a commit
to inexorabletash/webnn
that referenced
this issue
Dec 7, 2024
inexorabletash
added a commit
to inexorabletash/webnn
that referenced
this issue
Dec 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like preliminary feedback on some proposed wording/styling/linking changes:
the *foo* argument
orthe *bar* value
forms; just use the name alone.{{MLGraphBuilder/split(input, splits*, options)/splits}}
rather than*splits*
.<var>v</var>
or|v|
outside of algorithms; Bikeshed interprets these as global variables which can mask errors. Just use*v*
.*splits*[*i*]
not*splits[i]*
.|options|.{{MLOptionsDict/member}}
(in the steps for an algorithm) or*options*.{{MLOptionsDict/member}}
(outside an algorithm).*options*.
entirely and just link to the member.Thoughts?
The text was updated successfully, but these errors were encountered: