JuliaDiff / SparseDiffTools.jl

Fast jacobian computation through sparsity exploitation and matrix coloring
MIT License
240 stars 43 forks source link

Documentation offline #211

Closed lassepe closed 1 year ago

lassepe commented 1 year ago

When I try to view the documentation at https://docs.sciml.ai/SparseDiffTools/stable/ I just see this: image

ChrisRackauckas commented 1 year ago

This should do it.

@JuliaRegistrator register()

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/73379

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.30.0 -m "<description of version>" 7a8ba1a94b1403ca5ab05917f819cd247e80ec11
git push origin v1.30.0