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
Fix documentation to use proper method signatures for System dispatch
Updated @docs blocks in docs/src/API/problems.md to use proper Documenter.jl
method signature syntax to catch ModelingToolkit's specific method dispatches.
Now using explicit method signatures like:
- SciMLBase.ODEProblem(::System, ::Any, ::Any)
- SciMLBase.NonlinearProblem(::System, ::Any)
- SciMLBase.OptimizationProblem(::System, ::Any)
This ensures that Documenter.jl will find and display ModelingToolkit's enhanced
docstrings that include references to both MTK's problem building documentation
and the relevant solver documentation, instead of showing the generic SciMLBase
docstrings.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments