Skip to content

Update documentation for 0.6.2 #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Jun 26, 2023
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
Binary file added doc/_static/sensitivity_example_nb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions doc/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Dataset generators
datasets.make_plr_turrell2018
datasets.make_pliv_multiway_cluster_CKMS2021
datasets.make_did_SZ2020
datasets.make_confounded_plr_data
datasets.make_confounded_irm_data

Score mixin classes for double machine learning models
------------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@

# -- Extension configuration -------------------------------------------------

nbsphinx_thumbnails = {
'examples/py_double_ml_sensitivity': '_static/sensitivity_example_nb.png',
}

copybutton_prompt_text = r'>>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: | {2,5}\.\.\.\.:'
copybutton_prompt_is_regexp = True

Expand Down
3 changes: 2 additions & 1 deletion doc/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ These are case studies with the Python package :ref:`DoubleML <doubleml_package>
py_double_ml_pq.ipynb
py_double_ml_cvar.ipynb
py_double_ml_learner.ipynb
py_double_ml_sensitivity.ipynb

Sandbox
-----
----------

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

Expand Down
Loading