Skip to content

Describe file structure created by nbdev_new #960

Open
@seeM

Description

@seeM

Inspired by VSCode's extensions docs:

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions