Commit 0937dec
committed
Merge installation and first-computation into one Getting started page
The Getting started nav entry landed on a thin hub that only listed two
sub-pages. Fold both into getting-started/index.md so the entry opens a
real page on the first click: an Installation section (uv, pip, legacy
conda) followed by the end-to-end first computation.
The page is now an executable notebook, so drop it from the jupytext
hook's index.md exclusion (it is read via the myst backend, not pandoc)
and exclude getting-started/*.ipynb from Sphinx source collection to
avoid a duplicate-document warning for the paired notebook.1 parent 54f80d4 commit 0937dec
6 files changed
Lines changed: 286 additions & 242 deletions
File tree
- docs
- getting-started
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
This file was deleted.
0 commit comments