labscript-suite / labscript-utils

Shared modules used by the 𝘭𝘒𝘣𝘴𝘀𝘳π˜ͺ𝘱𝘡 𝘴𝘢π˜ͺ𝘡𝘦. Includes a graphical exception handler, debug tools, configuration management, cross platform filepath conversions, unit conversions and custom GUI widgets.
http://labscriptsuite.org
Other
2 stars 45 forks source link

Increasing API coverage for labscript_utils components. #69

Closed dihm closed 3 years ago

dihm commented 3 years ago

Adding more coverage for the labscript_utils API components. The docstrings still need a lot of work, but at least there is framework to work on.

As always, happy to make changes wherever.

dihm commented 3 years ago

Note to future self: make sure the component you are working on has been installed in editable mode before making changes to the source docstrings if you actually want them to change when rebuilding docs.

Lost two hours to that particular bit of stupidity.

philipstarkey commented 3 years ago

This is all pretty uncontroversial, so I'll leave it for a few days to see if anyone else has feedback and then merge!