summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-20 23:25:18 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-20 23:25:18 +0000
commit4fbf729adf293f8f10473e165ff703768d7ca1b6 (patch)
treea419140c5c671fa168dfb6359e499d40eeafbaa3
parent9204b171e24db03e9487f26fc38ed2060dea1f9f (diff)
downloaddocutils-4fbf729adf293f8f10473e165ff703768d7ca1b6.tar.gz
documented different traceback default for programmatic use
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3356 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docutils/docs/user/config.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt
index 63725cf73..de08d7960 100644
--- a/docutils/docs/user/config.txt
+++ b/docutils/docs/user/config.txt
@@ -356,9 +356,12 @@ _`traceback`
reports. Exceptions are allowed to propagate, instead of being
caught and reported (in a user-friendly way) by Docutils.
- Default: disabled (None). Options: ``--traceback,
+ Default: disabled (None) unless Docutils is run programmatically
+ using the `Publisher Interface`_. Options: ``--traceback,
--no-traceback``.
+ .. _Publisher Interface: ../api/publisher.html
+
_`warning_stream`
Path to a file for the output of system messages (warnings)
[#pwd]_.