SciML / FunctionWrappersWrappers.jl

MIT License
10 stars 2 forks source link

Link to docs not working #2

Closed davibarreira closed 1 year ago

davibarreira commented 1 year ago

Link to docs not working.

CarloLucibello commented 1 year ago

still not working

CarloLucibello commented 1 year ago

Since this package is registered in the General Registry, maybe it is worth adding a few lines to the readme explaining what it does (and honestly I am surprised that a package providing no explanation at all of its purpose got registered)

chriselrod commented 1 year ago

and honestly I am surprised that a package providing no explanation at all of its purpose got registered

Documentation or not, it is probably used more heavily throughout the ecosystem than most registered packages: https://juliahub.com/ui/Packages/FunctionWrappersWrappers/e68Y1/0.1.3?page=2

FunctionWrappers supports only one set of input->return types. This library provides a wrapper holding multiple FunctionWrappers with different input types, and lets you dispatch to matching input types. You can look at the tests if you want an example: https://github.com/SciML/FunctionWrappersWrappers.jl/blob/main/test/runtests.jl