Rename tutorial, add example for image substitution.

This commit is contained in:
Georg Brandl
2010-02-28 23:03:16 +01:00
parent 258315fa97
commit 2cbe10086f
2 changed files with 26 additions and 13 deletions

View File

@@ -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.