Skip to content

Commit a002d16

Browse files
committed
fix test
1 parent 6a45726 commit a002d16

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

nbs/api/doclinks.ipynb

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -208,25 +208,10 @@
208208
"cell_type": "code",
209209
"execution_count": null,
210210
"metadata": {},
211-
"outputs": [
212-
{
213-
"data": {
214-
"text/plain": [
215-
"{'sync': {'sync.absolute_import': ('api/sync.html#absolute_import', 'sync.py'),\n",
216-
" 'sync._mod_files': ('api/sync.html#_mod_files', 'sync.py'),\n",
217-
" 'sync._to_absolute': ('api/sync.html#_to_absolute', 'sync.py'),\n",
218-
" 'sync._update_nb': ('api/sync.html#_update_nb', 'sync.py'),\n",
219-
" 'sync._update_mod': ('api/sync.html#_update_mod', 'sync.py'),\n",
220-
" 'sync.nbdev_update': ('api/sync.html#nbdev_update', 'sync.py')}}"
221-
]
222-
},
223-
"execution_count": null,
224-
"metadata": {},
225-
"output_type": "execute_result"
226-
}
227-
],
211+
"outputs": [],
228212
"source": [
229-
"_get_modidx(Path('/Users/seem/code/nbdev/nbdev/sync.py'), Path('/Users/seem/code/nbdev/nbdev/'), Path('/Users/seem/code/nbdev/nbs/'))"
213+
"#|hide\n",
214+
"# _get_modidx(get_config().lib_path/'sync.py', get_config().lib_path, get_config().nbs_path)"
230215
]
231216
},
232217
{

0 commit comments

Comments
 (0)