-
Notifications
You must be signed in to change notification settings - Fork 34
Solver doc fix #817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solver doc fix #817
Conversation
Added types for each parameter in documentation if missing. Completed missing documentation for parameters when missing.
Put parameters in order they appear in function constructor. Fixed a few mispellings
BryanRumsey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the solver have missing or incomplete class level documentation.
Some of the solvers are missing documentation for public functions
Still need to add kwargs documentation
Added Solver docs for cpp solvers, finished python solver docs
mdip226
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just minor changes so that there is a uniform format throughout. Nothing major, looks good! Some of my comments are just me thinking and may not require a change at all.
Changed variable parameter documentation in c solvers
mdip226
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few missing words, after that, good to merge I'd say.
Updated and fleshed out numpy solver documentation.