File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555 'title' : 'nbdev' ,
5656 'tst_flags' : 'notest' ,
5757 'user' : 'fastai' ,
58- 'version' : '2.0.6 ' },
58+ 'version' : '2.0.7 ' },
5959 'syms' : { 'nbdev.clean' : { 'nbdev.clean.clean_jupyter' : 'https://nbdev.fast.ai/clean.html#clean_jupyter' ,
6060 'nbdev.clean.clean_nb' : 'https://nbdev.fast.ai/clean.html#clean_nb' ,
6161 'nbdev.clean.nbdev_clean' : 'https://nbdev.fast.ai/clean.html#nbdev_clean' ,
Original file line number Diff line number Diff line change 9191 " rm -f .git/hooks/post-merge\n " ,
9292 " \n " ,
9393 " rm -f setup.py\n " ,
94- " curl -O https://github. com/fastai/nbdev-template/blob /master/styles.css\n " ,
95- " curl -O https://github. com/fastai/nbdev-template/blob /master/setup.py\n " ,
94+ " curl -O https://raw.githubusercontent. com/fastai/nbdev-template/master/styles.css\n " ,
95+ " curl -O https://raw.githubusercontent. com/fastai/nbdev-template/master/setup.py\n " ,
9696 " \n " ,
9797 " cat >>.gitignore <<EOF\n " ,
9898 " _docs/\n " ,
124124 " perl -pi -e 's/#\\ |\\ s*skip/#| eval: false/' **/*.ipynb\n " ,
125125 " perl -pi -e 's/from nbdev.export import notebook2script/from nbdev import nbdev_export/' **/*.ipynb\n " ,
126126 " perl -pi -e 's/notebook2script/nbdev_export/' **/*.ipynb\n " ,
127- " perl -pi -e 's/#\\ |?\\ s*all_slow/#| nbflags skip_exec/' *.ipynb\n " ,
127+ " perl -pi -e 's/#\\ |?\\ s*all_slow/#| nbflags skip_exec/' **/* .ipynb\n " ,
128128 " ```\n " ,
129129 " \n " ,
130130 " These change the following directives to use functionality built into Quarto:\n " ,
You can’t perform that action at this time.
0 commit comments