first strategy#

This is a gallery example with image directive in the .rst file to test first strategy. Since no alt attribute is set to gallery_thumbnail, the first image in the file will be used as the thumbnail for the gallery.

.. image:: /_static/intersecting_planes.png
    :align: center
    :width: 60%
../../_images/intersecting_planes.png
.. image:: /_static/bar_colors.png
    :align: center
    :width: 60%
../../_images/bar_colors.png
.. figure:: /_static/offset.png
    :align: center
    :width: 60%

    This is a caption.
../../_images/offset.png

This is a caption.#