We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a6060 commit ba9f1dbCopy full SHA for ba9f1db
.gitignore
@@ -3,6 +3,8 @@
3
*.dylib
4
*.so
5
*.whl
6
+*.csv
7
+*.zip
8
coverage.html/*
9
_cache/*
10
.coverage
_doc/index.rst
@@ -52,11 +52,17 @@ and implements other functionalities for machine learning.
52
53
.. toctree::
54
:maxdepth: 1
55
+ :caption: Contents
56
57
tutorial/index
58
auto_examples/index
59
api/index
60
i_ex
61
+
62
+.. toctree::
63
+ :maxdepth: 1
64
+ :caption: More
65
66
CHANGELOGS
67
license
68
0 commit comments