We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e4978 commit 5d9df07Copy full SHA for 5d9df07
docs/conf.py
@@ -40,6 +40,7 @@
40
"sphinx.ext.viewcode",
41
"sphinxcontrib.apidoc",
42
"sphinx_multiversion",
43
+ "nbsphinx",
44
]
45
46
autodoc_mock_imports = [
docs/examples.rst
@@ -0,0 +1,11 @@
1
+========
2
+Examples
3
4
+
5
+A collection of Jupyter Notebooks to serve as interactive tutorials.
6
7
+.. toctree::
8
+ :maxdepth: 1
9
10
+ notebooks/01_quickstart
11
+ notebooks/02_visualisation
docs/index.rst
@@ -11,6 +11,7 @@ Contents
:maxdepth: 2
12
13
installation
14
+ examples
15
datalad
16
api
17
changes
0 commit comments