Commit 8429356
Fix broken @extref links breaking the docs build
Two external cross-references no longer resolve against the upstream
inventories, and makedocs treats :external_cross_references as fatal, so
the Documentation job fails before rendering:
- JuliaFormatter registers `format` as a jl:function with no signature
suffix, so `JuliaFormatter.format-Tuple{Any}` is gone.
- PowerSystems renamed the time-series tutorial page, dropping the
`tutorial_time_series` label.
Also convert a hard-coded URL to the same (renamed, now 404ing)
PowerSystems tutorial into an @extref, per the guidance in
general_formatting.md.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 9af896f commit 8429356
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments