API details.

say_hello[source]

say_hello(to)

Say hello to somebody

say_hello("Sylvain")
'Hello Sylvain!'
assert say_hello("Jeremy")=="Hello Jeremy!"
from nbdev.export2html import nbdev_build_lib, nbdev_build_docs
nbdev_build_docs()
converting D:\repositories\nbdev_template\index.ipynb to README.md
nbdev_build_lib()
Converted 00_core.ipynb.
Converted index.ipynb.
from nbdev.cli import nbdev_install_git_hooks
nbdev_install_git_hooks()
Executing: git config --local include.path ../.gitconfig
Success: hooks are installed and repo's .gitconfig is now trusted