pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
466 stars 168 forks source link

Use new theme for docs #259

Closed dnerini closed 2 years ago

dnerini commented 2 years ago

This PR introduces a new theme for the documentation (https://sphinx-book-theme.readthedocs.io/en/latest/).

codecov[bot] commented 2 years ago

Codecov Report

Merging #259 (858d558) into master (10540d2) will decrease coverage by 0.00%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #259      +/-   ##
==========================================
- Coverage   80.92%   80.92%   -0.01%     
==========================================
  Files         142      142              
  Lines       10760    10758       -2     
==========================================
- Hits         8708     8706       -2     
  Misses       2052     2052              
Flag Coverage Δ
unit_tests 80.92% <83.33%> (-0.01%) :arrow_down:

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

Impacted Files Coverage Δ
pysteps/cascade/bandpass_filters.py 92.22% <ø> (ø)
pysteps/cascade/decomposition.py 90.21% <ø> (ø)
pysteps/decorators.py 99.14% <ø> (ø)
pysteps/downscaling/interface.py 90.90% <ø> (ø)
pysteps/extrapolation/interface.py 87.09% <ø> (ø)
pysteps/feature/interface.py 93.33% <ø> (ø)
pysteps/io/archive.py 82.22% <ø> (ø)
pysteps/io/exporters.py 52.35% <ø> (ø)
pysteps/io/importers.py 71.73% <ø> (ø)
pysteps/io/interface.py 65.57% <ø> (ø)
... and 61 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 10540d2...858d558. Read the comment docs.

dnerini commented 2 years ago

Link to new doc: https://pysteps.readthedocs.io/en/refresh-docs/

RubenImhoff commented 2 years ago

This looks really good in the new docs theme, @dnerini!