I want to describe an alias with the index.rst file. Then I want to use, this alias other rst files. Is it possible?
eg.
in index.rst file:
.. |n1| image:: /_static/Number1.png
:width: 64px
Then I want use this alias for example in page1.rst, page2.rst files.
|n1| some texts.