Skip to content

Commit 5b7af1d

Browse files
authored
Merge pull request #147 from DoubleML/dev
Update documentation for 0.6.2
2 parents 09c229a + 0d06217 commit 5b7af1d

File tree

14 files changed

+1021
-1883
lines changed

14 files changed

+1021
-1883
lines changed
104 KB
Loading

doc/api/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Dataset generators
6666
datasets.make_plr_turrell2018
6767
datasets.make_pliv_multiway_cluster_CKMS2021
6868
datasets.make_did_SZ2020
69+
datasets.make_confounded_plr_data
70+
datasets.make_confounded_irm_data
6971

7072
Score mixin classes for double machine learning models
7173
------------------------------------------------------

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@
9898

9999
# -- Extension configuration -------------------------------------------------
100100

101+
nbsphinx_thumbnails = {
102+
'examples/py_double_ml_sensitivity': '_static/sensitivity_example_nb.png',
103+
}
104+
101105
copybutton_prompt_text = r'>>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: | {2,5}\.\.\.\.:'
102106
copybutton_prompt_is_regexp = True
103107

doc/examples/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ These are case studies with the Python package :ref:`DoubleML <doubleml_package>
3535
py_double_ml_pq.ipynb
3636
py_double_ml_cvar.ipynb
3737
py_double_ml_learner.ipynb
38+
py_double_ml_sensitivity.ipynb
3839

3940
Sandbox
40-
-----
41+
----------
4142

4243
These are examples which are work-in-progress and/or not yet fully documented.
4344

0 commit comments

Comments
 (0)