Skip to content

Commit

Permalink
updated notebook index
Browse files Browse the repository at this point in the history
  • Loading branch information
claesenm committed Jul 9, 2015
1 parent d0b7feb commit 8fea10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here you can find a variety of notebooks to illustrate various features of Optun
To contribute examples, please send us a pull request on Github_.

.. toctree::
:maxdepth: 2
:maxdepth: 1
:glob:

/notebooks/notebooks/*
1 change: 1 addition & 0 deletions docs/notebooks/notebooks/basic-cross-validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ will partition into folds.
data = list(range(6))
labels = [True] * 3 + [False] * 3
Standard cross-validation
==========================

Expand Down

0 comments on commit 8fea10c

Please sign in to comment.