snotskie / EpistemicNetworkAnalysis.jl

Native implementation of Epistemic Network Analysis written in the Julia programming language. Based on rENA 0.2.0.1.
https://snotskie.github.io/EpistemicNetworkAnalysis.jl/
GNU General Public License v3.0
6 stars 2 forks source link

hide first block output in kfold example #43

Closed snotskie closed 1 year ago

snotskie commented 1 year ago

In https://snotskie.github.io/EpistemicNetworkAnalysis.jl/latest/examples/cross-validation/, the first block should have this line added to it:

return nothing # hide

to suppress the Pkg log output

snotskie commented 1 year ago

also add Tutorial and Final Product or etc. H2s

snotskie commented 1 year ago

https://github.com/snotskie/EpistemicNetworkAnalysis.jl/commit/0655b3b577c05731373976f16fc9b90b971db103

the trick is to run docs make.jl twice, once to grab the precompile, once to run without it outputing a message