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
Refactor documentation approach: use docstrings instead of separate docs
- Remove IntegratorInterface.md and FunctionWrappers.md documentation pages
- Add proper docstrings to function wrapper types in src/function_wrappers.jl:
* AbstractWrappedFunction, TimeGradientWrapper, UJacobianWrapper
* TimeDerivativeWrapper, UDerivativeWrapper, ParamJacobianWrapper
* JacobianWrapper - all with comprehensive documentation
- Add docstrings to integrator cache functions in src/integrator_interface.jl:
* user_cache, u_cache, du_cache, ratenoise_cache, rand_cache
- Add docstrings to clock trait functions in src/clock.jl:
* isclock, issolverstepclock, iscontinuous, iseventclock
* is_discrete_time_domain
- Update pages.jl to remove deleted documentation files
- Documentation builds successfully with proper docstring integration
This follows best practices by documenting the API directly in source code
rather than maintaining separate documentation files.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments