Skip to content

Commit aa47dae

Browse files
committed
UPD: doc
1 parent 8773dfc commit aa47dae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ clean:
5252
-rm -rf examples_classification/
5353
-rm -rf examples_multilabel_classification/
5454
-rm -rf examples_calibration/
55+
-rm -rf examples_mondrian/
5556
-rm -rf generated/*
5657
-rm -rf modules/generated/*
5758

doc/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,15 @@
316316
"../examples/regression",
317317
"../examples/classification",
318318
"../examples/multilabel_classification",
319-
"../examples/calibration"
319+
"../examples/calibration",
320+
"../examples/mondrian",
320321
],
321322
"gallery_dirs": [
322323
"examples_regression",
323324
"examples_classification",
324325
"examples_multilabel_classification",
325-
"examples_calibration"
326+
"examples_calibration",
327+
"examples_mondrian",
326328
],
327329
"doc_module": "mapie",
328330
"backreferences_dir": os.path.join("generated"),

0 commit comments

Comments
 (0)