Generate beautiful, testable documentation with Jupyter Notebooks
pip install nbdoc
! nbdoc_build --help
! nbdoc_update -h
Testing Notebooks
nbdoc_test
is just an alias of nbdev_test_nbs
from nbdev, and is a lightweight way to test notebooks.
! nbdoc_test --help
! nbdoc_linkify --help
Documentation
Documentation can be found here.
References
nbdoc is built with nbdev. Furthermore, much of the code in this project is re-purposed from nbdev directly.