AnswerDotAI / AnswerDotAI/nbdev

Describe file structure created by `nbdev_new`

Open
#960 1 comment 2 reactions 0 assignees View on GitHub
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):

image

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.