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 | fcd10da2246a193098cd71b672b73ba69c04f1f4 (patch) | |
| tree | 5109c2b488ddd2fc79b0648b69aac5109ab3af08 /FAQ.txt | |
| parent | 92b0917ae757987cc88daeefb777df3068c703f5 (diff) | |
| download | docutils-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.txt | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 ==================== |
