TuringLang / AbstractMCMC.jl

Abstract types and interfaces for Markov chain Monte Carlo methods
https://turinglang.org/AbstractMCMC.jl
MIT License
87 stars 18 forks source link

Add Documenter #70

Closed devmotion closed 3 years ago

devmotion commented 3 years ago

Preview: https://turinglang.github.io/AbstractMCMC.jl/previews/PR70/

codecov[bot] commented 3 years ago

Codecov Report

Merging #70 (2d9403a) into master (04221ee) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   97.47%   97.48%   +0.01%     
==========================================
  Files           7        7              
  Lines         198      199       +1     
==========================================
+ Hits          193      194       +1     
  Misses          5        5              
Impacted Files Coverage Δ
src/interface.jl 95.00% <ø> (ø)
src/stepper.jl 100.00% <ø> (ø)
src/transducer.jl 100.00% <ø> (ø)
src/sample.jl 97.84% <100.00%> (+0.01%) :arrow_up:

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 04221ee...2d9403a. Read the comment docs.

devmotion commented 3 years ago

Seems Pages is not enabled?

devmotion commented 3 years ago

@cpfiffer can you enable Github Pages for the repo? I can't access the settings but it seems it is disabled currently (gh-pages exists and is updated by Documenter but the page is not deployed by Github).

cpfiffer commented 3 years ago

Hm, I did enable it but I'm not sure why it's not serving.

devmotion commented 3 years ago

It works now :+1: