diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-02-17 14:51:06 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-02-17 14:51:06 +0000 |
| commit | 09a95fb629bd5154315ff7f551e3fc5cd0d4c3ed (patch) | |
| tree | 2fe3bbbd8411403f3eedc3221b1ce88bc295eaa8 /docutils/FAQ.txt | |
| parent | 3dc441ba5b0db4f37fd2864f4e6c9ed0a6c3a1d6 (diff) | |
| download | docutils-09a95fb629bd5154315ff7f551e3fc5cd0d4c3ed.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@2970 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/FAQ.txt')
| -rw-r--r-- | docutils/FAQ.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docutils/FAQ.txt b/docutils/FAQ.txt index aa99d13ab..857e1c046 100644 --- a/docutils/FAQ.txt +++ b/docutils/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 ==================== |
