summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-02-17 14:53:25 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-02-17 14:53:25 +0000
commitb908cae76384f08cf97d0a3da883a2664ce7ed8d (patch)
tree98d5fc37a930a246d949f6b083445350734b2d6b
parent09a95fb629bd5154315ff7f551e3fc5cd0d4c3ed (diff)
downloaddocutils-b908cae76384f08cf97d0a3da883a2664ce7ed8d.tar.gz
reverted accidentally committed file
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2971 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-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
====================