summaryrefslogtreecommitdiff
path: root/docutils
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-11-04 09:27:41 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-11-04 09:27:41 +0000
commit957bcf7ef12ba61b1d705d7220c900f7dde201c4 (patch)
tree4e123c80f209f0a89064d2f5219b0e7af0abe9e4 /docutils
parentc27b739de52e29a194d2c7d196bb9cfab8e1ab12 (diff)
downloaddocutils-957bcf7ef12ba61b1d705d7220c900f7dde201c4.tar.gz
Document docinfo transform of "author paragraphs".
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8193 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
-rw-r--r--docutils/docs/ref/rst/restructuredtext.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/docutils/docs/ref/rst/restructuredtext.txt b/docutils/docs/ref/rst/restructuredtext.txt
index 31aea867d..9421d8bd8 100644
--- a/docutils/docs/ref/rst/restructuredtext.txt
+++ b/docutils/docs/ref/rst/restructuredtext.txt
@@ -916,9 +916,10 @@ doctree elements are as follows:
- "Abstract": topic.
The "Authors" field may contain either: a single paragraph consisting
-of a list of authors, separated by ";" or ","; or a bullet list whose
-elements each contain a single paragraph per author. ";" is checked
-first, so "Doe, Jane; Doe, John" will work. In some languages
+of a list of authors, separated by ";" or "," (";" is checked first,
+so "Doe, Jane; Doe, John" will work.); multiple paragraphs (one per
+author); or a bullet list whose elements each contain a single
+paragraph per author. In some languages
(e.g. Swedish), there is no singular/plural distinction between
"Author" and "Authors", so only an "Authors" field is provided, and a
single name is interpreted as an "Author". If a single name contains
@@ -2506,7 +2507,7 @@ following terms are recognized as containing inline markup strings:
No escaping is required inside the following inline markup examples:
- ``*2 * x *a **b *.txt*`` (breaks rule 2; renders as "*2 * x *a **b *.txt*")
-- ``*2*x a**b O(N**2) e**(x*y) f(x)*f(y) a*(1+2)*``
+- ``*2*x a**b O(N**2) e**(x*y) f(x)*f(y) a*(1+2)*``
(breaks rule 7; renders as "*2*x a**b O(N**2) e**(x*y) f(x)*f(y) a*(1+2)*")
It may be desirable to use `inline literals`_ for some of these anyhow,