TheCellule / python-bleson

Python Bluetooth LE Module
https://groups.google.com/group/python-bleson
MIT License
118 stars 24 forks source link

Initial documentation with automated self-tests. #23

Closed WayneKeenan closed 6 years ago

WayneKeenan commented 6 years ago

Add docstrings. Add Sphinx doc generation. Add Sphinx doctest extension for automated testing of examples in the RST files and module docstrings. Integrate doc generation with setuptools. Fix bugs

closes #18 and #19