Skip to content

Commit 19f40e4

Browse files
authored
Merge pull request #50 from deven367/master
fix url for source links
2 parents d53e542 + 5cca3e0 commit 19f40e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

execnb/_modidx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
d = { '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'),

settings.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ recursive = False
2525
tst_flags = notest
2626
doc_host = https://fastai.github.io
2727
doc_baseurl = /execnb/
28-
git_url = https://github.com/fastai/execnb/tree/master/
28+
git_url = https://github.com/%(user)s/%(repo)s/
2929
lib_path = execnb
3030
title = execnb
3131
black_formatting = False
3232
readme_nb = index.ipynb
33-
allowed_metadata_keys =
34-
allowed_cell_metadata_keys =
33+
allowed_metadata_keys =
34+
allowed_cell_metadata_keys =
3535
conda_user = fastai
3636
preview_port = 3000
3737
preview_host = localhost

0 commit comments

Comments
 (0)