SciTools / iris-esmf-regrid

A collection of structured and unstructured ESMF regridding schemes for Iris.
https://iris-esmf-regrid.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Add documentation skeleton #268

Closed stephenworsley closed 1 year ago

stephenworsley commented 1 year ago

Addresses #264

codecov[bot] commented 1 year ago

Codecov Report

Merging #268 (f5a89b4) into main (bad51a3) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #268   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files          33       33           
  Lines        3563     3563           
=======================================
  Hits         3520     3520           
  Misses         43       43           
Impacted Files Coverage Δ
esmf_regrid/__init__.py 44.44% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

trexfeathers commented 1 year ago

✔ Might be worth committing a docs/src/_static directory, since it's referenced in conf.py and that has been causing a warning during docs building for the last year. Either that or you could remove the entry in conf.py.

https://github.com/SciTools-incubator/iris-esmf-regrid/blob/9a0b5571552f345315d0f9f795b5494de0e6208f/docs/src/conf.py#L89-L92