Skip to content

Commit

Permalink
try see if docs are built
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Oct 30, 2023
1 parent 1b8d4a9 commit 2e1a798
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ makedocs(;
"Walk Through" => "walk_through.md",
"User Guide" => [joinpath("user_guide", f) for f in
("scm.md", "estimands.md", "estimation.md", "misc.md")],
"Examples" => [
# joinpath("examples", "introduction_to_targeted_learning.md"),
# joinpath("examples", "super_learning.md"),
# joinpath("examples", "double_robustness.md")
],
# "Examples" => [
# joinpath("examples", "introduction_to_targeted_learning.md"),
# joinpath("examples", "super_learning.md"),
# joinpath("examples", "double_robustness.md")
# ],
"Resources" => "resources.md",
"API Reference" => "api.md"
],
pagesonly=true
)

@info "Deploying docs..."
Expand Down

0 comments on commit 2e1a798

Please sign in to comment.