/nolib_nbdev

a test repo

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

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 is a companion to this official tutorial.

How This Repo Was Created

This repo was created by using nbdev_new, and then following these steps:

  1. Remove library files
rm setup.py .github/workflows/test.yaml nbs/00_core.ipynb
  1. Remove your library folder (this will be the lib_path field in settings.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