diff options
author | Roland Meister <Roland Meister@localhost> | 2013-06-07 20:48:14 +0200 |
---|---|---|
committer | Roland Meister <Roland Meister@localhost> | 2013-06-07 20:48:14 +0200 |
commit | cc909ab2a9f32bf96a6b00322df324e375b610e3 (patch) | |
tree | 98b1e6b2b6e70e021ef475ab51e86f7e9dd8b730 /doc/markup | |
parent | 2f5b7b8db1868e2e9aa57ef78f05e5867f8ce00d (diff) | |
download | sphinx-git-cc909ab2a9f32bf96a6b00322df324e375b610e3.tar.gz |
More docs cleanup; add hint for the epub cover page
Diffstat (limited to 'doc/markup')
-rw-r--r-- | doc/markup/misc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markup/misc.rst b/doc/markup/misc.rst index 86b625dbc..10ba491e9 100644 --- a/doc/markup/misc.rst +++ b/doc/markup/misc.rst @@ -180,10 +180,10 @@ Including content based on tags parentheses (like ``html and (latex or draft)``) are supported. The *format* and the *name* of the current builder (``html``, ``latex`` or - ``text``) are always set as a tag [#]_. To make the distinction between + ``text``) are always set as a tag [#]_. To make the distinction between format and name explicit, they are also added with the prefix ``format_`` and ``builder_``, e.g. the epub builder defines the tags ``html``, ``epub``, - ``format_html`` and ``builder_epub``. + ``format_html`` and ``builder_epub``. .. versionadded:: 0.6 .. versionchanged:: 1.2 |