You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove OptimizationFunction's @ref link from BVPFunction docstring
When this docstring is used in DiffEqDocs.jl, the `[...](@ref)` causes the build to fail because `OptimizationFunction`'s docstring is hosted under Optimization.jl and not DiffEqDocs.jl.
This can probably be solved by using DocumenterInterlinks.jl or something and using an `[...](@extref)`, but as a quick fix, a simple un-linked name of the type, leaving the user to search online seems sufficient.
0 commit comments