summaryrefslogtreecommitdiff
path: root/FAQ.txt
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-02-17 14:51:06 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-02-17 14:51:06 +0000
commitfcd10da2246a193098cd71b672b73ba69c04f1f4 (patch)
tree5109c2b488ddd2fc79b0648b69aac5109ab3af08 /FAQ.txt
parent92b0917ae757987cc88daeefb777df3068c703f5 (diff)
downloaddocutils-fcd10da2246a193098cd71b672b73ba69c04f1f4.tar.gz
added bug entry for option arguments in angle brackets with spaces
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2970 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'FAQ.txt')
-rw-r--r--FAQ.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/FAQ.txt b/FAQ.txt
index aa99d13ab..857e1c046 100644
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -884,6 +884,19 @@ of the output. It must also match the document encoding. For UTF-8::
http://docutils.sourceforge.net/docs/ref/rst/directives.html#sectnum
+How can I retrieve the body of the HTML document?
+-------------------------------------------------
+
+(This is usually needed when using Docutils in conjunction with a
+templating system.)
+
+You can use the function docutils.core.publish_parts()_, which
+returns a dictionary containing a 'body' entry. See also
+
+.. _ docutils.core.publish_parts():
+ docs/api/publisher.html#publisher-convenience-functions
+
+
Python Source Reader
====================