Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dscolby committed Dec 17, 2024
1 parent dfca444 commit 5c86c17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ DocMeta.setdocmeta!(CausalELM, :DocTestSetup, :(using CausalELM); recursive=true

makedocs(;
modules=[CausalELM],
warnonly=true,
authors="Darren Colby <[email protected]> and contributors",
repo="https://github.com/dscolby/CausalELM.jl/blob/{commit}{path}#{line}",
sitename="CausalELM",
Expand Down Expand Up @@ -34,5 +33,5 @@ makedocs(;

deploydocs(;
repo="github.com/dscolby/CausalELM.jl",
devbranch="main",
devbranch="development",
)
3 changes: 3 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ CausalELM.moving_average
CausalELM.doubly_robust_formula!
CausalELM.stage1!
CausalELM.stage2!
CausalELM.weight_trick
```

## Common Methods
Expand All @@ -64,6 +65,8 @@ estimate_causal_effect!
summarize
CausalELM.generate_null_distribution
CausalELM.quantities_of_interest
CausalELM.confidence_interval
CausalELM.p_value_and_std_err
```

## Model Validation
Expand Down

0 comments on commit 5c86c17

Please sign in to comment.