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 33d = { 'settings' : { 'branch' : 'master' ,
44 'doc_baseurl' : '/execnb/' ,
55 'doc_host' : 'https://fastai.github.io' ,
6- 'git_url' : 'https://github.com/fastai/execnb/tree/master/ ' ,
6+ 'git_url' : 'https://github.com/fastai/execnb/' ,
77 'lib_path' : 'execnb' },
88 'syms' : { 'execnb.fastshell' : {},
99 'execnb.nbio' : { 'execnb.nbio.NbCell' : ('nbio.html#nbcell' , 'execnb/nbio.py' ),
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ recursive = False
2525tst_flags = notest
2626doc_host = https://fastai.github.io
2727doc_baseurl = /execnb/
28- git_url = https://github.com/fastai/execnb/tree/master /
28+ git_url = https://github.com/%(user)s/%(repo)s /
2929lib_path = execnb
3030title = execnb
3131black_formatting = False
3232readme_nb = index.ipynb
33- allowed_metadata_keys =
34- allowed_cell_metadata_keys =
33+ allowed_metadata_keys =
34+ allowed_cell_metadata_keys =
3535conda_user = fastai
3636preview_port = 3000
3737preview_host = localhost
You can’t perform that action at this time.
0 commit comments