API details.
say_hello("Sylvain")
assert say_hello("Jeremy")=="Hello Jeremy!"
from nbdev.export2html import nbdev_build_lib, nbdev_build_docs
nbdev_build_docs()
nbdev_build_lib()
from nbdev.cli import nbdev_install_git_hooks
nbdev_install_git_hooks()