Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/api/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Dataset Generators
plm.datasets.make_plr_CCDDHNR2018
plm.datasets.make_plr_turrell2018
plm.datasets.make_lplr_LZZ2020
plm.datasets.make_plpr_CP2025
plm.datasets.make_pliv_CHS2015
plm.datasets.make_pliv_multiway_cluster_CKMS2021
plm.datasets.make_confounded_plr_data
Expand Down
1 change: 1 addition & 0 deletions doc/api/dml_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ doubleml.plm

DoubleMLPLR
DoubleMLLPLR
DoubleMLPLPR
DoubleMLPLIV


Expand Down
6 changes: 5 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,11 @@
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
"https://doi.org/10.3982/ECTA15732",
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
"https://doi.org/10.1093/ectj/utab019"
"https://doi.org/10.1093/ectj/utab019",
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
"https://doi.org/10.1093/ectj/utaf011",
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
"https://doi.org/10.2307/1913646"
]

# To execute R code via jupyter-execute one needs to install the R kernel for jupyter
Expand Down
1 change: 1 addition & 0 deletions doc/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ General Examples
py_double_ml_apo.ipynb
py_double_ml_irm_vs_apo.ipynb
py_double_ml_lplr.ipynb
py_double_ml_plpr.ipynb
py_double_ml_ssm.ipynb
learners/py_optuna.ipynb
learners/py_learner.ipynb
Expand Down
Loading