Commit 601b132
DOCS - BUG FIX - Backtick the chi_tor unit label so Documenter stops parsing it as a link
The clarified chi_tor docstrings wrote "diffusivity [m²/s] (a viscosity ...)",
which CommonMark reads as the link [m²/s](a viscosity ...). Documenter then fails
the InnerLayer autodocs page with :cross_references, invalid local link/image.
Backticking the unit is the convention CLAUDE.md prescribes for exactly this trap.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 76ba037 commit 601b132
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments