JuliaNLSolvers / Optim.jl

Optimization functions for Julia
Other
1.1k stars 214 forks source link

Docs Latex expressions displays as raw #1067

Closed paulxshen closed 5 months ago

paulxshen commented 5 months ago

At least on Chrome

paulxshen commented 5 months ago

sorry nvm was on older version docs site returned by google

pkofod commented 5 months ago

Yeah, unfortunately an old version of the docs seems to be promoted by google search.. I will see if I can maybe add an "this is an old version of Optim" banner at the top?

paulxshen commented 5 months ago

Yeah, unfortunately an old version of the docs seems to be promoted by google search.. I will see if I can maybe add an "this is an old version of Optim" banner at the top?

That'd be great, as the new version has a cleaner API and more algorithms

pkofod commented 5 months ago

Yeah, unfortunately an old version of the docs seems to be promoted by google search.. I will see if I can maybe add an "this is an old version of Optim" banner at the top?

That'd be great, as the new version has a cleaner API and more algorithms

There seems to be a function to add it retroactively. I'll try to do that!