z25 / pyZOCP

Python ZOCP implementation (Z25 Orchestration Control Protocol)
GNU Lesser General Public License v3.0
33 stars 5 forks source link

documentation strings to restructed text for sphinx #81

Closed sphaero closed 9 years ago

sphaero commented 9 years ago

you can now run make html in the docs dir (if you have sphinx installed)

fieldOfView commented 9 years ago

You changed the signature of emit_signal (renamed 'data' to 'value'), but did not update the function. Wouldn't it be much more consistent to use 'value' throughout, instead of using 'val' in lots of places?

sphaero commented 9 years ago

indeed, done.