csu-hmc / opty

A library for using direct collocation in the optimization of dynamic systems.
http://opty.readthedocs.io
Other
94 stars 20 forks source link

ConstraintCollocator Sphinx docs is missing documentation of all public attributes and methods #238

Open Peter230655 opened 1 month ago

Peter230655 commented 1 month ago

I think, it would be helpful, if the public attributes and methods could be shown in the sphinx documentation. Thanks!

moorepants commented 1 month ago

Most all of the attributes are generated on instantiation of the class, so they will need be manually added to a list of attributes in the class's docstring.