1.3.3.1. Image & Figure Directives¶
This is how you add a image
This is how you add a figure
Syntax:
:height: 100pxIn pixels:width: 100pxIn pixels:scale: %Integer Percentage Value of image:alt: Alternate Text:align: left|center|right:figwidth: %Integer Percentage Value of entire figure:figclass:Class attribute value of figure
.. figure:: /images/sphinxlogo.png :scale: 80 :alt: Sphinx Logo :align: center This is the caption of the figure. So you can give a paragraph description of the image you linked. You could also include a table or a legend with multiple other images but ensure there is a blank link between them.Rendered:
Figure 1.1 This is the caption of the figure. So you can give a paragraph description of the image you linked. You could also include a table or a legend with multiple other images but ensure there is a blank link between them.¶