diff --git a/docs/conf.py b/docs/conf.py index eb4f61580e..09abb8c6db 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,6 +36,7 @@ "sphinx.ext.mathjax", "sphinx.ext.viewcode", "sphinxcontrib.apidoc", + "nbsphinx", "nipype.sphinxext.apidoc", "nipype.sphinxext.plot_workflow", ] diff --git a/docs/examples.rst b/docs/examples.rst new file mode 100644 index 0000000000..4efb78ab02 --- /dev/null +++ b/docs/examples.rst @@ -0,0 +1,8 @@ +Examples +======== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + notebooks/SDC - Theory and physics \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 466e0d4dab..4045ec7d62 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,6 +7,7 @@ Contents :maxdepth: 3 installation + examples methods api changes diff --git a/docs/requirements.txt b/docs/requirements.txt index f6f52b2209..76ba76c167 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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