FluxML / DataAugmentation.jl

Flexible data augmentation library for machine and deep learning
https://fluxml.ai/DataAugmentation.jl/dev/
MIT License
41 stars 18 forks source link

Fix missing Interpolations dependency for docs #98

Closed paulnovo closed 4 days ago

paulnovo commented 3 weeks ago

PR #97 did not add the Interpolations package to the docs project. As a result, the new sections in gallery.md did not include the generated images.

PR Checklist

paulnovo commented 3 weeks ago

Is there a way to see the docs generated during PR checks? This PR should fix an issue introduced by PR #97 which had errors during the documentation generation check. This error resulted in no images showing up in the new sections in gallery.md. This PR appears to have fixed the issue with a clean documentation check, so I think it worked.

If the documentation is built correctly, gallery.md should look something like this:

image