BluEye-Robotics / blueye.sdk

A Python package for remote control of Blueye underwater drones.
GNU Lesser General Public License v3.0
17 stars 4 forks source link

Publish documentation to PyPI #51

Closed sindrehan closed 4 years ago

sindrehan commented 4 years ago

This PR ensures that for every release the documenation is built in a local-view-friendly way and included with the pip package. This ensures that you always have the documentation handy, even if you don't have internet access.

Fixes #31

codecov[bot] commented 4 years ago

Codecov Report

Merging #51 into master will increase coverage by 1.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage    56.7%   57.73%   +1.03%     
==========================================
  Files           6        7       +1     
  Lines         328      336       +8     
==========================================
+ Hits          186      194       +8     
  Misses        142      142
Flag Coverage Δ
#macos_python37 57.73% <100%> (+1.03%) :arrow_up:
#macos_python38 57.73% <100%> (+1.03%) :arrow_up:
#ubuntu_python37 57.73% <100%> (+1.03%) :arrow_up:
#ubuntu_python38 57.73% <100%> (+1.03%) :arrow_up:
#windows_python37 57.73% <100%> (+1.03%) :arrow_up:
#windows_python38 57.73% <100%> (+1.03%) :arrow_up:
Impacted Files Coverage Δ
blueye/sdk/utils.py 100% <100%> (ø)
blueye/sdk/__init__.py 100% <100%> (ø) :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 779611f...1793ccb. Read the comment docs.