-
Notifications
You must be signed in to change notification settings - Fork 98
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
Improve formatting documentation discoverability #123
Labels
Milestone
Comments
I can take care of this. |
Make sure it is explicitly noted that |
Per #195, in addition to making formatting documentation more visible also note the differences between formatting and |
iliekturtles
added a commit
that referenced
this issue
Jul 29, 2020
mks and si examples are updated to use `format_args` or `into_format_args` as appropriate so that the `Display` trait can be used to display quantities in specific units. Part of #123.
iliekturtles
added a commit
that referenced
this issue
Aug 2, 2020
mks and si examples are updated to use `format_args` or `into_format_args` as appropriate so that the `Display` trait can be used to display quantities in specific units. Part of #123.
iliekturtles
added a commit
that referenced
this issue
Aug 3, 2020
mks and si examples are updated to use `format_args` or `into_format_args` as appropriate so that the `Display` trait can be used to display quantities in specific units. Part of #123.
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently you need to know to dig all the way into one of the quantity type aliases (e.g.
Acceleration
) or view the documentation for one of the types in theuom::si::fmt
module (e.g.Arguments
). Add additional module level touom::fmt
anduom::si::fmt
(verify this doesn't break generated code for systems besidessi
) as well as updateuom::fmt::DisplayStyle
to include an example or explicitly link to one of the above locations.The text was updated successfully, but these errors were encountered: