Commit 76c260e
docs: document is_leaf and update internals section (#56)
PR #55 exported `is_leaf` with a docstring but did not reference it in the
manual, so Documenter's `:missing_docs` check now fails on main. Add
`is_leaf` to the API reference, and replace the outdated "uses Cassette
internally" section with a description of the `code_typed`-based branch
detection.
Verified locally: `julia --project=docs docs/make.jl` builds cleanly.
Co-authored-by: Chris Rackauckas (Claude) <accounts@chrisrackauckas.com>1 parent 9431084 commit 76c260e
2 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
0 commit comments