pytroll / pyresample

Geospatial image resampling in Python
http://pyresample.readthedocs.org
GNU Lesser General Public License v3.0
346 stars 94 forks source link

Couple of small typos found in documentation. #501

Closed flamingbear closed 1 year ago

flamingbear commented 1 year ago

Just found a couple of typos reading the docs.

flamingbear commented 1 year ago

You're not confused, it actually doesn't get rendered properly. Screen Shot 2023-03-01 at 2 43 27 PM

djhoese commented 1 year ago

Ah I was looking at the previous note. Well extra good that you made this PR then. Thanks. I'll try to get to the pre-commit failures tonight or tomorrow.

djhoese commented 1 year ago

Ok I've merged the CI fixes into main and then merge that into your main branch. If (when!) you make future contributions to pyresample you'll want to make a new git branch before doing so. Once this is merged you'll have some odd behavior where your main is not in sync with upstream (pytroll/pyresample) main. For now, don't worry about it.

codecov[bot] commented 1 year ago

Codecov Report

Merging #501 (713ba9a) into main (1b2a130) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #501   +/-   ##
=======================================
  Coverage   94.27%   94.27%           
=======================================
  Files          78       78           
  Lines       12838    12838           
=======================================
  Hits        12103    12103           
  Misses        735      735           
Flag Coverage Δ
unittests 94.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

coveralls commented 1 year ago

Coverage Status

Coverage: 93.795%. Remained the same when pulling 713ba9a3caadb3f1ba1e707a97d939f4bf544b8b on flamingbear:main into 1b2a130da32b16456e166f7e4c7756d31804f1c9 on pytroll:main.

djhoese commented 1 year ago

Thanks!