mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add a note about substitutions.
This commit is contained in:
parent
29a3a86cef
commit
3206a6ab6f
@ -350,6 +350,7 @@ The following roles generate external links:
|
|||||||
Note that there are no special roles for including hyperlinks as you can use
|
Note that there are no special roles for including hyperlinks as you can use
|
||||||
the standard reST markup for that purpose.
|
the standard reST markup for that purpose.
|
||||||
|
|
||||||
|
.. _default-substitutions:
|
||||||
|
|
||||||
Substitutions
|
Substitutions
|
||||||
-------------
|
-------------
|
||||||
|
22
doc/rest.rst
22
doc/rest.rst
@ -270,6 +270,28 @@ Citation usage is similar to footnote usage, but with a label that is not
|
|||||||
numeric or begins with ``#``.
|
numeric or begins with ``#``.
|
||||||
|
|
||||||
|
|
||||||
|
Substitutions
|
||||||
|
-------------
|
||||||
|
|
||||||
|
reST supports "substitutions", which are pieces of text and/or markup referred
|
||||||
|
to in the text by ``|name|``. They are defined like footnotes with explicit
|
||||||
|
markup blocks, like this::
|
||||||
|
|
||||||
|
.. |name| replace:: replacement *text*
|
||||||
|
|
||||||
|
See the `reST reference for substitutions
|
||||||
|
<http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#substitution-definitions>`_
|
||||||
|
for details.
|
||||||
|
|
||||||
|
If you want to use some substitutions for all documents, put them into a
|
||||||
|
separate file and include it into all documents you want to use them in, using
|
||||||
|
the :dir:`include` directive. Be sure to give the include file a file name
|
||||||
|
extension differing from that of other source files, to avoid Sphinx finding it
|
||||||
|
as a standalone document.
|
||||||
|
|
||||||
|
Sphinx defines some default substitutions, see :ref:`default-substitutions`.
|
||||||
|
|
||||||
|
|
||||||
Comments
|
Comments
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user