AnswerDotAI / AnswerDotAI/nbdev
Describe file structure created by `nbdev_new`
Open
documentation
- Dominant language
- Jupyter Notebook
- Stars
- 5.3k
- Forks
- 513
- Avg merge
- 2d 30m
- Merged PRs (30d)
- 8
Description
Inspired by [VSCode's extensions docs](https://code.visualstudio.com/api/get-started/extension-anatomy):

Here's the structure created by `nbdev_new` as of writing:
```sh
$ 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
```
Contributor guide
Assessment
This issue has not been assessed yet.