Commit 72c6ee1
committed
Fix @example block references in SDE tutorial documentation
Resolves build failure where plotting commands tried to reference solution variables from different @example blocks.
- Changed `@example sde` to `@example sde2` for Lorenz SDE plot (line 195)
- Changed `@example sde` to `@example sde3` for scalar noise SDE plot (line 235)
This fixes the ArgumentError: "Collection has multiple elements, must contain exactly 1 element" that occurred when Documenter.jl tried to execute plotting commands without access to the required solution variables.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 7f7e1da commit 72c6ee1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments