xgcm / xcape

Fast convective parameters for numpy, dask, and xarray
Other
30 stars 11 forks source link

Initial Creation of HTML files from the documents. #32

Closed xebadir closed 4 years ago

xebadir commented 4 years ago

First attempt on creation of the html-docs using Sphinx.

codecov[bot] commented 4 years ago

Codecov Report

Merging #32 into master will increase coverage by 0.82%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   66.07%   66.89%   +0.82%     
==========================================
  Files           7        9       +2     
  Lines         280      287       +7     
  Branches       76       76              
==========================================
+ Hits          185      192       +7     
  Misses         73       73              
  Partials       22       22              
Impacted Files Coverage Δ
src/xcape/__init__.py 100.00% <ø> (ø)
src/xcape/_version.py 100.00% <ø> (ø)
src/xcape/cape_numba.py 50.00% <ø> (ø)
src/xcape/core.py 84.31% <ø> (ø)
src/xcape/duck_array_ops.py 79.31% <ø> (ø)
src/xcape/srh.py 93.33% <ø> (ø)
src/xcape/stdheight.py 62.50% <ø> (ø)
src/xcape/xarray.py 0.00% <ø> (ø)
src/xcape/cape_fortran.py 63.63% <33.33%> (ø)
... and 1 more

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 ec5b6a7...32b9ae8. Read the comment docs.