Oscar Gustafsson
Oscar Gustafsson
This is the current output and source to the test errors: https://output.circle-artifacts.com/output/job/ee02670a-3e05-444c-9029-0b0c7b60c191/artifacts/0/tiny_html/auto_examples/plot_mime_bundle.html As seen, the `.. image::` is interpreted as a continuation of the code block. I have (currently) no...
I got it fully working using `.. sg-image::` for SVG. There is a special template for SVGs without srcset so `.. image-sg::` will directly use the parent method here: https://github.com/sphinx-gallery/sphinx-gallery/blob/1e825be4cd74c6521b7545413821c52f1c66d151/sphinx_gallery/directives.py#L186-L188...
I guess the request is to have a flag that embeds pngs as base64 rather than as separate files?
You are probably aware of this, but it is possible to configure Zenodo to automatically generate a new DOI on a GitHub release. (I guess you have opted to not...
So, if there were valid release notes in https://github.com/sympy/sympy/pull/9294 both would be added? Probably the "simple" solution is to close PRs which are continued elsewhere. There may be some issues...
Given that the author finalizing the PR should provide valid release notes, I believe that not taking the ones from the auto-closed would be the preferred behavior. The alternative is...
Just a friendly reminder to also revert this text in the README: ``` - Is case insensitive and all the keys are converted to lowercase internally ``` (This is causing...
This is what it looks like now:  What remains is to look into how/if SymPy supports pickling and to add tests.
The table is not automatically resized though and the number of lines can be adjusted (right now 10). (And I selected some large examples to show the potential...) I think...
That is why it truncates at (currently) 80 x 10. Still, I'd claim that it is useful to see simpler expression as this. But probably it is better to make...