summaryrefslogtreecommitdiff
path: root/docutils/FAQ.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/FAQ.txt')
-rw-r--r--docutils/FAQ.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/docutils/FAQ.txt b/docutils/FAQ.txt
index 857e1c046..aa99d13ab 100644
--- a/docutils/FAQ.txt
+++ b/docutils/FAQ.txt
@@ -884,19 +884,6 @@ 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
====================