JuliaTopOpt / TopOpt.jl

A package for binary and continuous, single and multi-material, truss and continuum, 2D and 3D topology optimization on unstructured meshes using automatic differentiation in Julia.
https://juliatopopt.github.io/TopOpt.jl/
Other
181 stars 30 forks source link

Fix documentation build with strict Documenter #163

Open mohamed82008 opened 10 months ago

mohamed82008 commented 10 months ago

Documenter 1.0 is strict by default so all warnings are errors. Our documentation needs some fixes. I used the warnonly = true option for now in #162.