nbdev-mkdocs icon indicating copy to clipboard operation
nbdev-mkdocs copied to clipboard

Extension to nbdev for generating docs with Material for Mkdocs

Results 24 nbdev-mkdocs issues
Sort by recently updated
recently updated
newest added

https://github.com/airtai/nbdev-mkdocs/blob/main/nbdev_mkdocs/mkdocs.py#L828

This is more a question than an issue. I am trying to migrate documentation of an existing nbdev project to mkdocs. Following migration guide at https://nbdev-mkdocs.airt.ai/0.6/, I ran ``` nbdev_mkdocs...

INFO - DeprecationWarning: invalid escape sequence '\s' File "/Users/harishm/.pyenv/versions/3.10.4/lib/python3.10/site-packages/griffe/agents/visitor.py", line 174, in get_module top_node = compile(self.code, mode="exec", filename=str(self.filepath), flags=ast.PyCF_ONLY_AST, optimize=1) File "nbdev_mkdocs/docstring.py", line 94, in code = [x[0] for x...

documentation