JuliaManifolds / Manifolds.jl

Manifolds.jl provides a library of manifolds aiming for an easy-to-use and fast implementation.
https://juliamanifolds.github.io/Manifolds.jl
MIT License
366 stars 52 forks source link

📚Switch to using DocumenterInterLinks.jl #712

Closed kellertuer closed 5 months ago

kellertuer commented 5 months ago

Switches ManifoldsBase links to use DocumenterInterLinks

kellertuer commented 5 months ago

Ah, we seem to have the same problem with BVPs here as well, cf. https://github.com/SciML/BoundaryValueDiffEq.jl/issues/171

mateuszbaran commented 5 months ago

I've noticed that it was broken by NonlinearSolve v 3.8 so I've upper-bounded it in my PR. Hopefully CI picks the right version.

kellertuer commented 5 months ago

Sue, still a bit annoying that they again broke their package

mateuszbaran commented 5 months ago

And CI doesn't respect that upper bound... I've asked on Slack how to upper-bound it.