kellerza / pysma

Async library for SMA Solar's WebConnect interface
MIT License
60 stars 51 forks source link

Implement sphinx docs using google-style docstring #71

Closed rklomp closed 3 years ago

rklomp commented 3 years ago

@kellerza Could you add a webhook on the repo for read the docs? You can use the following address to manually configure this webhook.

readthedocs.org/api/v2/webhook/pysma/156764/

For more information on manually configuring a webhook, refer to https://docs.readthedocs.io/en/stable/webhooks.html#github

If you create an account on https://readthedocs.org/ I can also add you as a Maintainer

codecov[bot] commented 3 years ago

Codecov Report

Merging #71 (62ead55) into master (fa54814) will increase coverage by 2.94%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   95.81%   98.75%   +2.94%     
==========================================
  Files           6        6              
  Lines         406      401       -5     
==========================================
+ Hits          389      396       +7     
+ Misses         17        5      -12     
Impacted Files Coverage Δ
pysma/exceptions.py 100.00% <ø> (ø)
pysma/__init__.py 97.12% <100.00%> (+6.16%) :arrow_up:
pysma/sensor.py 100.00% <100.00%> (+1.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fa54814...62ead55. Read the comment docs.