SciML / ADTypes.jl

Repository for automatic differentiation backend types
https://sciml.github.io/ADTypes.jl/
MIT License
38 stars 11 forks source link

Documenter web page? #25

Closed gdalle closed 6 months ago

gdalle commented 7 months ago

Is your feature request related to a problem? Please describe.

Since #23 we have docstrings, but they are not shown anywhere right now. As a result, the API specification is still imprecise for users, which is a problem when so much of SciML depends on this package.

Describe the solution you’d like

A Documenter.jl web page showcasing the docstrings and the list of exported names.

Describe alternatives you’ve considered

I tried adding a list of exports to the README in #23, but it will become periodically out of date (it already is since #21 was merged too). A Documenter workflow is more adaptive.

Additional context

I can set up the Documenter stuff by myself, but there are things I cannot do:

Vaibhavdixit02 commented 6 months ago

I can set it up. But in case you had already done something for this I have added you to the repository.

gdalle commented 6 months ago

Thanks! I can do it as well, once #26 is merged

Once there is a nice page up and running we can bump the patch version and release, if that's okay?