JuliaManifolds / Manifolds.jl

Manifolds.jl provides a library of manifolds aiming for an easy-to-use and fast implementation.
https://juliamanifolds.github.io/Manifolds.jl
MIT License
368 stars 53 forks source link

Documentation on Julia 1.9 #611

Closed mateuszbaran closed 1 year ago

mateuszbaran commented 1 year ago

We need to update Pluto notebooks to quarto to be able to build documentation on Julia 1.9: https://github.com/JuliaManifolds/Manifolds.jl/pull/607#issuecomment-1557603893 .

kellertuer commented 1 year ago

Well, to be precise we have to use quarto markdown files instead of Pluto ;)

kellertuer commented 1 year ago

I indeed tried to update notebooks, and something between Pluto and PlutoStaticHTML does not work at least on mz side with Pluto 1.9; I will probably move them to Quarto even before I have figured out how to do Quarto on CI (see https://github.com/JuliaManifolds/Manopt.jl/pull/254, but there is still some things open to be solved).