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
Update documentation to use ModelingToolkit's enhanced problem constructor docstrings
Modified docs/src/API/problems.md to reference ModelingToolkit's exported problem
constructors directly instead of always using SciMLBase references. This ensures
that the generated documentation shows ModelingToolkit's enhanced docstrings that
include references to both MTK's problem building documentation and the relevant
solver documentation.
Updated references:
- ODEProblem, SDEProblem, JumpProblem → Now use MTK's enhanced docstrings
- NonlinearProblem, OptimizationProblem, SteadyStateProblem → Now use MTK's enhanced docstrings
- IntervalNonlinearProblem, DiscreteProblem, ImplicitDiscreteProblem → Now use MTK's enhanced docstrings
Non-exported types (DAEProblem, DDEProblem, BVProblem, LinearProblem) still reference
SciMLBase versions, but users calling these through ModelingToolkit will see the
enhanced docstrings in the REPL help system.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments