File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7878fi
7979
8080# Convert tutorials to reST
81- tutorials_dir=" ./tutorials"
81+ tutorials_dir=" $( realpath ./tutorials) "
8282mkdir -p " $tutorials_dir "
8383if [[ $TRANSFORM_NOTEBOOKS ]]
8484then
@@ -100,8 +100,8 @@ python create-coursework.py
100100cd coursework
101101mkdir -p exercises
102102touch exercises/.dummy # Create a dummy so the "exercises" directory is created on unzip
103- zip " ../../ $tutorials_dir /core_tutorials.zip" Core* .ipynb data/* /* exercises/.dummy
104- zip " ../../ $tutorials_dir /sklearn_tutorials.zip" Sklearn* .ipynb data/* /* exercises/.dummy
103+ zip " $tutorials_dir /core_tutorials.zip" Core* .ipynb data/* /* exercises/.dummy
104+ zip " $tutorials_dir /sklearn_tutorials.zip" Sklearn* .ipynb data/* /* exercises/.dummy
105105cd " ../.."
106106
107107# Create the documentation with Sphinx
You can’t perform that action at this time.
0 commit comments