mechmotum / cyipopt

Cython interface for the interior point optimzer IPOPT
Eclipse Public License 2.0
235 stars 54 forks source link

Expose docstrings of get_current_iterate and get_current_violations #202

Closed moorepants closed 1 year ago

moorepants commented 1 year ago

Looks like we need to add some sphinx autodoc statements for these to show up here:

https://cyipopt.readthedocs.io/en/latest/reference.html

Robbybp commented 1 year ago

Has this been fixed? I see the docstrings on this doc page: Screenshot from 2023-06-06 14-25-39

If there is something missing, I would be happy to add.

moorepants commented 1 year ago

Yes, I see them.