DiffEqDocs.jl
DiffEqDocs.jl copied to clipboard
Truncate long output in docs
At places, the solve()
output are pretty long, basically a bunch of numbers that doesn't add much to the docs apart from vertical scrolling. Is there a way to truncate/abbreviate such outputs? Examples below:
- https://docs.sciml.ai/DiffEqDocs/stable/getting_started/
Yeah we could truncate it. I don't know of an easy way to do it though.
How about using summary()
for t
and u
? But then we only get basic information about type and size.