TuringLang / ParetoSmooth.jl

An implementation of PSIS algorithms in Julia.
http://turinglang.org/ParetoSmooth.jl/
MIT License
19 stars 12 forks source link

Fix docs #46

Closed devmotion closed 3 years ago

devmotion commented 3 years ago

One has to set the deployed branch explicitly if it is not called master. I also removed some things that seemed unnecessary and added stricter checks for missing documentation (it will error if not everything is documented that is exported; in this case I'll comment it for now but it would be good to fix it).

I assume it fixes https://github.com/TuringLang/ParetoSmooth.jl/issues/45

codecov[bot] commented 3 years ago

Codecov Report

Merging #46 (3bcceac) into main (425404f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #46   +/-   ##
=======================================
  Coverage   85.06%   85.06%           
=======================================
  Files          11       11           
  Lines         328      328           
=======================================
  Hits          279      279           
  Misses         49       49           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 425404f...3bcceac. Read the comment docs.

devmotion commented 3 years ago

I think the error is https://github.com/JuliaDocs/Documenter.jl/issues/1693, so I'll merge and hopefully this fixes it 🙂