ansys / pydynamicreporting

Pyansys project for Ansys Dynamic Reporting, a report generator tool.
https://dynamicreporting.docs.pyansys.com/
MIT License
7 stars 1 forks source link

Modify ... #20

Closed smedikon closed 11 months ago

smedikon commented 11 months ago

Description of the modifications

Would it be possible to re-use images from within the example as tiles?

image

Useful links and references

No response

RobPasMue commented 11 months ago

In order to add images from within the examples you can do something like the following:

Look at the "3D Stress Concentration Analysis for a Notched Plate" example

They are reusing this image

And they are doing this by adding the following in-line comment

Sphinx-gallery provides some examples on how to do this:

https://sphinx-gallery.github.io/stable/auto_examples/plot_4_choose_thumbnail.html#choosing-the-thumbnail-figure

margalva commented 11 months ago

Addressed in the linked PR.