nbdev allows module names to be different to notebook names via %nbdev_default_export but ... doc_link forces them to follow a specific pattern (if you want backtick links to your modules).
Please see this demo page for a more detailed explanation.
I'd really like to write a map of module to notebook names to _nbdev.py
- so doc_link doesn't have to assume that module and notebook names correspond and
- make
is_lib_module work even when your project is not in sys.path
nbdev allows module names to be different to notebook names via %nbdev_default_export but ...
doc_linkforces them to follow a specific pattern (if you want backtick links to your modules).Please see this demo page for a more detailed explanation.
I'd really like to write a map of module to notebook names to _nbdev.py
is_lib_modulework even when your project is not insys.path