Skip to content

Commit f042738

Browse files
authored
Merge pull request #266 from djarecka/doc/removing_tutorial
removing tutorial form the repository (closes #238)
2 parents 7eba51a + 8093f8b commit f042738

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+13
-3066
lines changed

.binder/postBuild

-1
This file was deleted.

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ and Dask (this is an experimental implementation with limited testing)
2121
[[PyCon 2020 Poster](https://docs.google.com/presentation/d/10tS2I34rS0G9qz6v29qVd77OUydjP_FdBklrgAGmYSw/edit?usp=sharing)]
2222

2323
### Tutorial
24-
This tutorial will walk you through the main concepts of Pydra!
25-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nipype/pydra/master?filepath=tutorial%2Fnotebooks)
24+
Pydra Tutorial can be find in [pydra-tutorial repository](https://github.com/nipype/pydra-tutorial).
25+
26+
The tutorial can be run locally or using Binder service: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nipype/pydra-tutorial/master?filepath=notebooks)
2627

2728
Please note that mybinder times out after an hour.
2829

setup.cfg

+5-24
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ test_requires =
3737
codecov
3838
numpy
3939
psutil
40-
tornado==4.5.3
41-
nbformat
42-
notebook==5.7.8
43-
jupyter
44-
jupyter_contrib_nbextensions
40+
python-dateutil
41+
tornado
4542
boutiques
4643
packages = find:
4744
include_package_data = True
@@ -72,11 +69,8 @@ test =
7269
numpy
7370
pyld
7471
psutil
75-
tornado==4.5.3
76-
nbformat
77-
notebook==5.7.8
78-
jupyter
79-
jupyter_contrib_nbextensions
72+
python-dateutil
73+
tornado
8074
boutiques
8175
tests =
8276
%(test)s
@@ -85,20 +79,7 @@ dev =
8579
black
8680
pre-commit
8781
dask =
88-
pytest >= 4.4.0
89-
pytest-cov
90-
pytest-env
91-
pytest-xdist
92-
pytest-rerunfailures
93-
codecov
94-
numpy
95-
pyld
96-
psutil
97-
tornado
98-
nbformat
99-
notebook
100-
jupyter
101-
jupyter_contrib_nbextensions
82+
%(test)s
10283
dask
10384
distributed
10485
all =

tutorial/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Pydra Tutorial
2+
3+
Python Tutorial has been moved to a separate [GitHub repository](https://github.com/nipype/pydra-tutorial).
4+
5+
The interactive tutorial is available at [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nipype/pydra-tutorial/master?filepath=notebooks)

tutorial/figures/nd_spl.tikz

-13
This file was deleted.

tutorial/figures/nd_spl_1.png

-15.9 KB
Binary file not shown.

tutorial/figures/nd_spl_1.tikz

-16
This file was deleted.

tutorial/figures/nd_spl_2.png

-18 KB
Binary file not shown.

tutorial/figures/nd_spl_2.tikz

-18
This file was deleted.

tutorial/figures/nd_spl_3.png

-25.9 KB
Binary file not shown.

tutorial/figures/nd_spl_3.tikz

-20
This file was deleted.

tutorial/figures/nd_spl_3_comb1.png

-26.7 KB
Binary file not shown.

tutorial/figures/nd_spl_3_comb1.tikz

-26
This file was deleted.

tutorial/figures/nd_spl_3_comb2.png

-27 KB
Binary file not shown.

tutorial/figures/nd_spl_3_comb2.tikz

-26
This file was deleted.

tutorial/figures/nd_spl_3_comb3.png

-27.5 KB
Binary file not shown.

tutorial/figures/nd_spl_3_comb3.tikz

-25
This file was deleted.

tutorial/figures/nd_spl_4.png

-16.5 KB
Binary file not shown.

tutorial/figures/nd_spl_4.tikz

-14
This file was deleted.

tutorial/figures/nd_spl_cmb_1.tikz

-24
This file was deleted.

tutorial/figures/nd_spl_sm.png

-15.6 KB
Binary file not shown.

tutorial/figures/sample_dj.tikzstyles

-29
This file was deleted.

tutorial/figures/wf_1.png

-10.1 KB
Binary file not shown.

tutorial/figures/wf_1.tikz

-19
This file was deleted.

tutorial/figures/wf_2.png

-23.9 KB
Binary file not shown.

tutorial/figures/wf_2.tikz

-24
This file was deleted.

tutorial/figures/wf_3.png

-19.6 KB
Binary file not shown.

tutorial/figures/wf_3.tikz

-25
This file was deleted.

tutorial/figures/wf_4.png

-20.2 KB
Binary file not shown.

tutorial/figures/wf_4.tikz

-27
This file was deleted.

tutorial/figures/wf_5.png

-12.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)