Skip to content

Commit 182bc40

Browse files
committed
make llms.txt more complete and align with format
1 parent 1304906 commit 182bc40

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

nbs/llms.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
nbdev makes exploration an integral part of your workflow, all while promoting software engineering best practices. It allows you to write, test, document, and distribute software packages and technical articles — all in one place, your notebook.
44

5-
Here are some of its features:
5+
Here are some of nbdev's features:
66

77
- **Supports literate programming**: write prose, code, and tests in notebooks — no context-switching
88
- **Git-friendly notebooks**: human-readable merge conflicts; no unwanted metadata
@@ -13,12 +13,19 @@ Here are some of its features:
1313

1414
## Docs
1515

16-
- [Getting started](https://nbdev.fast.ai/getting_started.html)
17-
- [Tutorial](https://nbdev.fast.ai/tutorial.html)
18-
- [API details for each submodule](https://nbdev.fast.ai/api)
16+
- [Getting started](https://nbdev.fast.ai/getting_started.html.md)
17+
- [Tutorial](https://nbdev.fast.ai/tutorials/tutorial.html.md)
18+
- [Best practices](https://nbdev.fast.ai/tutorials/best_practices.html.md)
1919

2020
## Optional
2121

22+
- [Git-Friendly Jupyter](https://nbdev.fast.ai/tutorials/git_friendly_jupyter.html.md): How to use nbdev hooks for git-friendly Jupyter notebooks
23+
- [Blogging](https://nbdev.fast.ai/tutorials/blogging.html.md: Creating a blog with notebooks)
24+
- [Pre-Commit Hooks](https://nbdev.fast.ai/tutorials/pre_commit.html.md): How to use nbdev’s git pre-commit hooks
25+
- [Documentation Only Sites](https://nbdev.fast.ai/tutorials/docs_only.html.md): How to create nbdev powered docs without a library!
26+
- [Modular nbdev](https://nbdev.fast.ai/tutorials/modular_nbdev.html.md): How to use nbdev’s various tools separately
27+
- [Writing nbdev plugins](https://nbdev.fast.ai/tutorials/extensions.html.md): How to customize nbdev processors to do what you want
28+
- [nbdev1 Migration](https://nbdev.fast.ai/tutorials/migrating.html.md): How to change your nbdev1 repo to work with nbdev2
2229
- [nbdev.config](https://nbdev.fast.ai/api/config.html): Configuring nbdev and bootstrapping notebook export
2330
- [nbdev.maker](https://nbdev.fast.ai/api/maker.html): Create one or more modules from selected notebook cells
2431
- [nbdev.process](https://nbdev.fast.ai/api/process.html): A notebook processor

0 commit comments

Comments
 (0)