Skip to content

Commit 5ae0018

Browse files
committed
raw
1 parent 3619272 commit 5ae0018

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nbdev/_modidx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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',

nbs/migrating.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
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",
@@ -124,7 +124,7 @@
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",

0 commit comments

Comments
 (0)