From 772577c1b2dacd7c63821a4c01110bdaebc47c67 Mon Sep 17 00:00:00 2001 From: Olivier Labayle Date: Tue, 28 Nov 2023 16:54:55 +0000 Subject: [PATCH 1/3] add new compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1c787d9..43498b2 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ CSV = "0.10" CategoricalArrays = "0.10" Combinatorics = "1.0.2" DataFrames = "1.3.4" -EvoTrees = "0.14.6" +EvoTrees = "0.16" GLMNet = "0.7" HighlyAdaptiveLasso = "0.2.0" JLD2 = "0.4.22" From 5603a33c213e1fac03cb2b70b5dfcbabff25b6fa Mon Sep 17 00:00:00 2001 From: Olivier Labayle Date: Tue, 28 Nov 2023 17:32:33 +0000 Subject: [PATCH 2/3] up Documenter compat --- docs/Project.toml | 3 +++ docs/make.jl | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index dfa65cd..9aa1999 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,2 +1,5 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" + +[compat] +Documenter = "1.1.2" \ No newline at end of file diff --git a/docs/make.jl b/docs/make.jl index 0280c0d..1403e7b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -17,7 +17,10 @@ makedocs( "Home" => "index.md", "Command Line Interfaces" => ["environment.md", "tmle_estimation.md", "sieve_variance.md", "merge.md"], "MLJ Extensions" => ["models.md", "resampling.md"], - ] + ], + pagesonly=true, + clean = true, + checkdocs=:exports ) @info "Deploying docs..." From 24939b2953b84bc59cc51e379f1d36d9b8e9d849 Mon Sep 17 00:00:00 2001 From: Olivier Labayle Date: Tue, 28 Nov 2023 17:54:42 +0000 Subject: [PATCH 3/3] remove broken link --- docs/src/tmle_estimation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tmle_estimation.md b/docs/src/tmle_estimation.md index 4917922..b22592f 100644 --- a/docs/src/tmle_estimation.md +++ b/docs/src/tmle_estimation.md @@ -113,7 +113,7 @@ In what follows, `Y` is an outcome of interest, `W` a set of confounding variabl For all the following experiments: -- The Julia script can be found at [experiments/runtime.jl](../../experiments/runtime.jl). +- The Julia script can be found at `experiments/runtime.jl`. - The various estimators used below are further described in [Ready to use estimator files](@ref). ### Multiple treatment contrasts