Skip to content

Commit 5c86c17

Browse files
committed
Updated docs
1 parent dfca444 commit 5c86c17

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/make.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ DocMeta.setdocmeta!(CausalELM, :DocTestSetup, :(using CausalELM); recursive=true
55

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

3534
deploydocs(;
3635
repo="github.com/dscolby/CausalELM.jl",
37-
devbranch="main",
36+
devbranch="development",
3837
)

docs/src/api.md

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ CausalELM.moving_average
5252
CausalELM.doubly_robust_formula!
5353
CausalELM.stage1!
5454
CausalELM.stage2!
55+
CausalELM.weight_trick
5556
```
5657

5758
## Common Methods
@@ -64,6 +65,8 @@ estimate_causal_effect!
6465
summarize
6566
CausalELM.generate_null_distribution
6667
CausalELM.quantities_of_interest
68+
CausalELM.confidence_interval
69+
CausalELM.p_value_and_std_err
6770
```
6871

6972
## Model Validation

0 commit comments

Comments
 (0)