nolib nbdev
This repo shows a minimal example of how to create a documentation site with the features of nbdev, without having to create a nbdev library.
this official tutorial.
This is a companion toHow This Repo Was Created
This repo was created by using nbdev_new
, and then following these
steps:
- Remove library files
rm setup.py .github/workflows/test.yaml nbs/00_core.ipynb
- Remove your library folder (this will be the
lib_path
field insettings.ini
):
rm -rf <lib_path>
How To Use
We can use this project like any nbdev project!
To test the docs:
nbdev_test
To preview the docs:
nbdev_preview
Demo
See This page