sunpy / sunpy-soar

A sunpy plugin for accessing data in the Solar Orbiter Archive (SOAR).
https://docs.sunpy.org/projects/soar/
BSD 2-Clause "Simplified" License
17 stars 10 forks source link

Adding example gallery + minor refactor of the doc layout #113

Closed hayesla closed 3 months ago

hayesla commented 7 months ago

This draft PR is to add an example gallery to the docs

Fixes #103

@nabobalis I may need your help with the sphinx stuff 🤷‍♀️

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (aab7771) 94.64% compared to head (76a1b18) 94.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #113 +/- ## ======================================= Coverage 94.64% 94.64% ======================================= Files 6 6 Lines 280 280 ======================================= Hits 265 265 Misses 15 15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dstansby commented 7 months ago

Looks like you're missing sphinx-gallery from the extensions in conf.py too: https://sphinx-gallery.github.io/stable/getting_started.html#configure-and-use-sphinx-gallery

hayesla commented 7 months ago

thanks @dstansby - looks like thats working now