summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-08 12:11:17 +0100
committerGeorg Brandl <georg@python.org>2008-11-08 12:11:17 +0100
commitf450ab18dfc56f7288c0de792a2ae6b663d21dca (patch)
treea3d6acb01383d61ea8f52e6500ac45ff659b1ffb /doc
parent496e89c09d857ce48245a573f30b4df0507986c1 (diff)
downloadsphinx-f450ab18dfc56f7288c0de792a2ae6b663d21dca.tar.gz
Add note about inline markup nesting.
Diffstat (limited to 'doc')
-rw-r--r--doc/rest.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rest.rst b/doc/rest.rst
index 8573430f..eb2a8a14 100644
--- a/doc/rest.rst
+++ b/doc/rest.rst
@@ -312,4 +312,7 @@ There are some problems one commonly runs into while authoring reST documents:
separated from the surrounding text by non-word characters, you have to use
a backslash-escaped space to get around that.
+* **No nested inline markup:** Something like ``*see :func:`foo`*`` is not
+ possible.
+
.. XXX more?