Skip to content

Commit 5d9df07

Browse files
committed
fix #54: add examples
1 parent 57e4978 commit 5d9df07

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"sphinx.ext.viewcode",
4141
"sphinxcontrib.apidoc",
4242
"sphinx_multiversion",
43+
"nbsphinx",
4344
]
4445

4546
autodoc_mock_imports = [

docs/examples.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Contents
1111
:maxdepth: 2
1212

1313
installation
14+
examples
1415
datalad
1516
api
1617
changes

0 commit comments

Comments
 (0)