Figures
https://docutils.sourceforge.io/docs/ref/rst/directives.html#figure
.. figure:: picture.png
   :scale: 50 %
   :alt: map to buried treasure
   This is the caption of the figure (a simple paragraph).
   The legend consists of all elements after the caption.  In this
   case, the legend consists of this paragraph and the following
   table:
   +-----------------------+-----------------------+
   | Symbol                | Meaning               |
   +=======================+=======================+
   | .. image:: tent.png   | Campground            |
   +-----------------------+-----------------------+
   | .. image:: waves.png  | Lake                  |
   +-----------------------+-----------------------+
   | .. image:: peak.png   | Mountain              |
   +-----------------------+-----------------------+
Backlinks