JuliaGaussianProcesses / AbstractGPs.jl

Abstract types and methods for Gaussian Processes.
https://juliagaussianprocesses.github.io/AbstractGPs.jl/dev
Other
218 stars 20 forks source link

use JuliaGPsDocs #312

Closed st-- closed 2 years ago

st-- commented 2 years ago

Summary Use JuliaGPsDocs in docs/make.jl

NOTE I've updated the examples/README.md as in https://github.com/JuliaGaussianProcesses/ApproximateGPs.jl/pull/127 - but the corresponding file in https://github.com/JuliaGaussianProcesses/JuliaGPsDocs.jl/pull/8 hasn't been merged yet - so please let me know if you prefer to have that change as a separate PR.

theogf commented 2 years ago

Looks good! You could just add Manifest.toml in the .gitignore to avoid unfortunate commits.

codecov[bot] commented 2 years ago

Codecov Report

Merging #312 (0c99f73) into master (0440ea6) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #312   +/-   ##
=======================================
  Coverage   97.64%   97.64%           
=======================================
  Files          10       10           
  Lines         382      382           
=======================================
  Hits          373      373           
  Misses          9        9           

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 0440ea6...0c99f73. Read the comment docs.

st-- commented 2 years ago

NOTE- I've updated the examples/README.md as in https://github.com/JuliaGaussianProcesses/ApproximateGPs.jl/pull/127 - but the corresponding file in https://github.com/JuliaGaussianProcesses/JuliaGPsDocs.jl/pull/8 hasn't been merged yet - so please let me know if you prefer to have that change as a separate PR.

st-- commented 2 years ago

Requires https://github.com/JuliaGaussianProcesses/JuliaGPsDocs.jl/pull/12