Timo Stienstra
Timo Stienstra
#25560 will close this PR.
> CseExpr(cse(..)) I personally like this idea in a way. Would it be possible to let this class inherit from `Expr`, such that we can use it as a more...
> Something like this? Yes, something like that. Something to keep in mind is the support of matrices, as those can really use this. > Taking the derivative of `x0`...
Personally, I quite like the dark mode and I rather switch manual if I encounter an image which has bad readability. If possible I would like a fix that the...
Just tried `only-dark` as well, but I do not get it to work. If I have to guess, the scripting code is stripped out, when building the documentation. However this...
Thanks for the suggestion, this is indeed way better than building again (editing the SVG in `_build/html`). What I do notice when using inspect element on both a SVG from...
`doc/src/modules/physics/mechanics/examples/rollingdisc.svg` is one of the file I worked with, but the four bar linkage svg als has a few words, which become unreadable in the dark theme.
I just had another play in another repo of mine. The following seems to work: Use in SVG's the following format: ``` ``` In the RST file use the raw...
Just played a bit around this and noticed the following two problems: - Getting the path right is a bit nasty, as this is the path after building the documentation,...
Okay something is still going wrong, as it is currently way slower than my previous implementation. I'm testing speed by using `test_kane3.py` as it gives some nice big systems to...