Ferrite-FEM / Ferrite.jl

Finite element toolbox for Julia
https://ferrite-fem.github.io
Other
339 stars 87 forks source link

Fix doc warnings and make docs build strict #1021

Closed KnutAM closed 1 month ago

KnutAM commented 1 month ago

Currently, we have quite some doc warnings for missing / duplicate docstrings etc. These should be fixed, but probably even better, we should enforce no such errors?

List of current errors (took from #889 CI which already fixes some), if fixing some, please check them off here

KristofferC commented 1 month ago

These should be fixed, but probably even better, we should enforce no such errors?

Yes, definitely should aim for running with strict.