invenia / Impute.jl

Imputation methods for missing data in julia
https://invenia.github.io/Impute.jl/latest/
Other
76 stars 11 forks source link

`makedocs(... strict=true)` #109

Closed rofinn closed 3 years ago

rofinn commented 3 years ago

To check that we don't have errors in our @repl blocks we should probably pass strict=true to `makedocs.

  1. We need to fix our links/refs, so that strict=true doesn't fail
  2. Documenter needs to support failing on exceptions in @repl blocks https://github.com/JuliaDocs/Documenter.jl/pull/1447