Open
Description
Inspired by VSCode's extensions docs:
Here's the structure created by nbdev_new
as of writing:
$ tree -a -I .git -I .quarto
.
├── .github
│ └── workflows
│ ├── deploy.yaml
│ └── test.yaml
├── .gitignore
├── 00_core.ipynb
├── LICENSE
├── MANIFEST.in
├── README.md
├── _docs
│ ├── robots.txt
│ └── sitemap.xml
├── _quarto.yml
├── index.ipynb
├── settings.ini
├── setup.py
├── styles.css
└── {lib_path}
├── __init__.py
├── _modidx.py
└── core.py