mroberge / hydrofunctions

A suite of convenience functions for working with hydrology data in an interactive Python session.
MIT License
66 stars 28 forks source link

Add .readthedocs.yaml #98

Closed mroberge closed 3 years ago

mroberge commented 3 years ago

This includes the nbsphinx dependency that is needed for building the docs. This is listed in the new requirements_dev.txt file.

codecov[bot] commented 3 years ago

Codecov Report

Merging #98 (6cedf89) into master (e371cd3) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   93.93%   93.93%           
=======================================
  Files          27       27           
  Lines        2044     2045    +1     
=======================================
+ Hits         1920     1921    +1     
  Misses        124      124           
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
hydrofunctions/__init__.py 100.00% <100.00%> (ø)
hydrofunctions/station.py 93.75% <100.00%> (+0.04%) :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 e371cd3...6cedf89. Read the comment docs.