nolib nbdev

How to create nbdev powered docs without a library!

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.

How This Repo Was Created

This repo was created by using nbdev_new, but then deleting setup.py and the lib_path folder.

How To Use

We can use this project like any nbdev project!

To publish the docs:

nbdev_proc_nbs && cd _proc && quarto publish

To test the docs:

nbdev_test_nbs

To preview the docs:

nbdev_preview

Demo

See This page