mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Rename tutorial, add example for image substitution.
This commit is contained in:
@@ -154,7 +154,7 @@ this::
|
||||
| body row 1, column 1 | column 2 | column 3 | column 4 |
|
||||
+------------------------+------------+----------+----------+
|
||||
| body row 2 | ... | ... | |
|
||||
+------------------------+------------+---------------------+
|
||||
+------------------------+------------+----------+----------+
|
||||
|
||||
*Simple tables* (:rstref:`ref <simple-tables>`) are easier to write, but
|
||||
limited: they must contain more than one row, and the first column cannot
|
||||
@@ -402,6 +402,11 @@ are defined like footnotes with explicit markup blocks, like this::
|
||||
|
||||
.. |name| replace:: replacement *text*
|
||||
|
||||
or this::
|
||||
|
||||
.. |caution| image:: warning.png
|
||||
:alt: Warning!
|
||||
|
||||
See the :rstref:`reST reference for substitutions <substitution-definitions>`
|
||||
for details.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user