mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
30 lines
466 B
ReStructuredText
30 lines
466 B
ReStructuredText
test-image
|
|
==========
|
|
|
|
.. image:: rimg.png
|
|
|
|
.. figure:: rimg.png
|
|
|
|
The caption of pic
|
|
|
|
.. image:: img.*
|
|
|
|
.. figure:: img.*
|
|
|
|
The caption of img
|
|
|
|
.. image:: testimäge.png
|
|
|
|
.. image:: rimg.png
|
|
:target: https://www.sphinx-doc.org/
|
|
|
|
.. image:: rimg.png
|
|
:align: center
|
|
:target: https://www.python.org/
|
|
|
|
.. a remote image
|
|
.. image:: https://www.python.org/static/img/python-logo.png
|
|
|
|
.. non-exist remote image
|
|
.. image:: https://www.google.com/NOT_EXIST.PNG
|