Unitful.jl icon indicating copy to clipboard operation
Unitful.jl copied to clipboard

Document `uparse`

Open briochemc opened this issue 5 years ago • 1 comments

Currently, searching for uparse in the docs (dev) gives one unrelated result:

Screen Shot 2020-10-22 at 1 43 30 pm

Maybe an example of using uparse could be added to the docs?

Also related to the question I just asked in https://github.com/PainterQubits/Unitful.jl/issues/214, maybe add a function that does the reverse of uparse, i.e., that takes a Quantity and returns a valid (uparse-able) String?

briochemc avatar Oct 22 '20 02:10 briochemc

I have created a package that looks like this https://github.com/michikawa07/UnitfulParsableString.jl

I also have a pull request for the contents of this package.

michikawa07 avatar Oct 02 '22 14:10 michikawa07