File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ def _save_cached_readme(cache, cfg):
251251def nbdev_readme (
252252 path :str = None , # Path to notebooks
253253 chk_time :bool = False ): # Only build if out of date
254+ "Create README.md from readme_nb (index.ipynb by default)"
254255 cfg = get_config ()
255256 path = Path (path ) if path else cfg .nbs_path
256257 if chk_time and _readme_mtime_not_older (cfg .config_path / 'README.md' , path / cfg .readme_nb ): return
Original file line number Diff line number Diff line change 476476 " def nbdev_readme(\n " ,
477477 " path:str=None, # Path to notebooks\n " ,
478478 " chk_time:bool=False): # Only build if out of date\n " ,
479+ " \" Create README.md from readme_nb (index.ipynb by default)\"\n " ,
479480 " cfg = get_config()\n " ,
480481 " path = Path(path) if path else cfg.nbs_path\n " ,
481482 " if chk_time and _readme_mtime_not_older(cfg.config_path/'README.md', path/cfg.readme_nb): return\n " ,
You can’t perform that action at this time.
0 commit comments