diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-05 07:37:26 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-05 07:37:26 +0100 |
| commit | a99c65dd018f092a8b7adc6ff7a12961334b40f3 (patch) | |
| tree | 12a365144fae9571d8088ce60b170ecc9c97a40f /docs/dev/reST.rst | |
| parent | 71d7550dbe750f35f0dd7b5c513bc9e8db9512ee (diff) | |
docs: misc marginal fixes
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev/reST.rst')
| -rw-r--r-- | docs/dev/reST.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/reST.rst b/docs/dev/reST.rst index 7c82ebe5a..7cf9b4be8 100644 --- a/docs/dev/reST.rst +++ b/docs/dev/reST.rst @@ -326,7 +326,7 @@ Literal blocks The simplest form of :duref:`literal-blocks` is a indented block introduced by two colons (``::``). For highlighting use :dudir:`highlight` or :ref:`reST code` directive. To include literals from external files use directive -:dudir:`literalinclude`. +:rst:dir:`literalinclude`. .. _reST literal: |