from fastai import gen_doc from fastai.gen_doc import nbdoc from fastai.gen_doc.nbdoc import * from fastai.gen_doc.gen_notebooks import * show_doc(create_module_page, arg_comments={ 'mod': 'the module', 'dest_path': 'the folder in which to generate the notebook', 'force': 'if False, will raise an exception if the notebook is already present'}) show_doc(link_nb) show_doc(update_module_page, arg_comments={ 'mod': 'the module', 'dest_path': 'the folder in which to generate the notebook'}) show_doc(generate_missing_metadata) show_doc(update_nb_metadata) show_doc(update_notebooks)