Skip to content

Commit a24c5f3

Browse files
committed
Removes unnecessary data copying in documentation preparation
1 parent c856329 commit a24c5f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/prepare_docs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ cp ../assets-branding/easydiffraction/icons/bw.svg overrides/.icons/easydiffract
1515
cp ../assets-branding/easyscience-org/icons/eso-icon_bw.svg overrides/.icons/easyscience.svg
1616

1717
echo "\033[0;33m:::::: Add Jupyter notebooks from the project to the docs/\033[0m"
18-
cp -R tutorials/data docs/tutorials/
1918
jupytext tutorials/*.py --to ipynb
2019
mv tutorials/*.ipynb docs/tutorials/
2120

0 commit comments

Comments
 (0)