-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #409 from nipreps/docs/render-notebooks
ENH: Enable rendering of the Jupyter notebooks
- Loading branch information
Showing
6 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,10 +39,15 @@ jobs: | |
# Pacify git if we were to commit something | ||
git config user.email "[email protected]" | ||
git config user.name "NiPreps Bot" | ||
- name: Install GraphViz | ||
- name: Install GraphViz & pandoc | ||
run: | | ||
sudo apt-get update -y | ||
sudo apt-get install -y --no-install-recommends graphviz | ||
sudo apt-get install -y --no-install-recommends graphviz pandoc | ||
- name: Set up Python 3 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3 | ||
|
||
- name: Install dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ Contents | |
:maxdepth: 3 | ||
|
||
installation | ||
examples | ||
methods | ||
api | ||
changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
attrs >= 20.1.0 | ||
furo | ||
importlib_resources | ||
ipykernel | ||
ipython | ||
matplotlib >= 2.2.0 | ||
nbsphinx | ||
nibabel | ||
nipype >= 1.5.1 | ||
traits < 6.4 | ||
niworkflows ~= 1.6.3 | ||
numpy | ||
packaging | ||
pandoc | ||
pydot >= 1.2.3 | ||
pydotplus | ||
scipy | ||
sphinx >= 7.2.2 | ||
sphinxcontrib-apidoc | ||
templateflow | ||
traits < 6.4 |