Closed kellertuer closed 1 year ago
It would be nice to have the tutorials automatically rendered on CI as well. For that we would need in the documentation.yml CI
documentation.yml
quarto render
But also a way to cache the results in order to not render all tutorials on every documenter run, but only if the corresponding .qmd file changed.
.qmd
This is resolved in the new Manopt.jl 0.4.22
It would be nice to have the tutorials automatically rendered on CI as well. For that we would need in the
documentation.yml
CIquarto render
on the tutorials folderBut also a way to cache the results in order to not render all tutorials on every documenter run, but only if the corresponding
.qmd
file changed.