mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
54 lines
747 B
Plaintext
54 lines
747 B
Plaintext
:tocdepth: 2
|
|
|
|
i18n with figure caption
|
|
========================
|
|
|
|
.. figure:: i18n.png
|
|
|
|
My caption of the figure
|
|
|
|
My description paragraph1 of the figure.
|
|
|
|
My description paragraph2 of the figure.
|
|
|
|
figure in the block
|
|
---------------------
|
|
|
|
block
|
|
|
|
.. figure:: i18n.png
|
|
|
|
My caption of the figure
|
|
|
|
My description paragraph1 of the figure.
|
|
|
|
My description paragraph2 of the figure.
|
|
|
|
|
|
image url and alt
|
|
-------------------
|
|
|
|
.. image:: i18n.png
|
|
:alt: i18n
|
|
|
|
.. figure:: img.png
|
|
:alt: img
|
|
|
|
|
|
image on substitution
|
|
---------------------
|
|
|
|
.. |sub image| image:: i18n.png
|
|
|
|
image under note
|
|
-----------------
|
|
|
|
.. note::
|
|
|
|
.. image:: i18n.png
|
|
:alt: i18n under note
|
|
|
|
.. figure:: img.png
|
|
:alt: img under note
|
|
|