Skip to content

Commit

Permalink
enh: enable rendering of the jupyter notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Nov 30, 2023
1 parent aa86b0b commit ddd175f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"sphinx.ext.mathjax",
"sphinx.ext.viewcode",
"sphinxcontrib.apidoc",
"nbsphinx",
"nipype.sphinxext.apidoc",
"nipype.sphinxext.plot_workflow",
]
Expand Down
8 changes: 8 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Examples
========

.. toctree::
:maxdepth: 2
:caption: Contents:

notebooks/SDC - Theory and physics
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Contents
:maxdepth: 3

installation
examples
methods
api
changes
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ matplotlib >= 2.2.0
nibabel
nipype >= 1.5.1
traits < 6.4
nbsphinx
niworkflows ~= 1.6.3
numpy
packaging
pydot >= 1.2.3
pydotplus
scipy
sphinx >= 7.2.2
sphinxcontrib-apidoc
templateflow

0 comments on commit ddd175f

Please sign in to comment.