mabuchilab / Instrumental

Python-based instrumentation library from the Mabuchi Lab.
http://instrumental-lib.readthedocs.org/
GNU General Public License v3.0
117 stars 77 forks source link

Update doc no error #154

Closed seb5g closed 1 year ago

seb5g commented 1 year ago

Hi Nate, I forgot last time to update the doc part about the 2 new drivers I added to Instrumental. This is done in this pull request. I also added some bits to make sure no error is raised when listing instruments and None are connected.

However I could not manage to compile the doc locally. Some issue with the conf module and the Mock class (in conf.py of the docs). i wonder if there is no weird behaviour because they have the same name (conf module). let me know

Regards Seb

natezb commented 1 year ago

Thanks for this. I'll try to take a look on ReadTheDocs and see if it works.