seeing-things / point

Python package supporting Celestron NexStar and Gemini 2 telescope mount computer command sets.
MIT License
23 stars 16 forks source link

Use Google Python docstring style #3

Open bgottula opened 7 years ago

bgottula commented 7 years ago

https://google.github.io/styleguide/pyguide.html?showone=Comments#Comments

bgottula commented 5 years ago

Google style docstrings have been applied in nexstar.py. However there are still many missing docstrings in the sources for Gemini 2. Leaving this open until all source code is documented. The goal is to have no pylint errors related to missing docstrings in the entire package.