Skip to content

Commit

Permalink
DOC: add example of notebook [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Jun 13, 2020
1 parent 1ef3114 commit 3ff3ec0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@
'sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinxarg.ext']
'sphinxarg.ext',
'nbsphinx']

# Allow errors in notebooks for doc
nbsphinx_allow_errors = True

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
6 changes: 3 additions & 3 deletions documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ Contents
.. _user-usecases:

.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Examples & Tutorials


NLM denoising <notebooks/brainHack.ipynb>

.. _about-docs:

Expand Down
1 change: 1 addition & 0 deletions documentation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx-argparse==0.2.5
nbsphinx==0.7.0
traits==4.6.0
grabbit==0.2.3
pybids==0.6.5

0 comments on commit 3ff3ec0

Please sign in to comment.