Skip to content

Commit

Permalink
Fix missing notebooks
Browse files Browse the repository at this point in the history
- Removed certain notebooks frome exclusion list
- Fixed issue where the image for the counterfactual fairness notebook was not shown

Signed-off-by: Patrick Bloebaum <[email protected]>
  • Loading branch information
bloebp committed Nov 5, 2024
1 parent 9b5773c commit 75ffc4a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@
"Thumbs.db",
".DS_Store",
".ipynb_checkpoints",
"example_notebooks/dowhy_ranking_methods.ipynb",
"example_notebooks/dowhy_twins_example.ipynb",
]

# The name of the Pygments (syntax highlighting) style to use.
Expand Down
1 change: 1 addition & 0 deletions docs/source/example_notebooks/nb_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -426,3 +426,4 @@ Miscellaneous
dowhy_multiple_treatments
dowhy_efficient_backdoor_example
identifying_effects_using_id_algorithm
dowhy_optimize_backdoor_example

0 comments on commit 75ffc4a

Please sign in to comment.