summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-20 23:51:58 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-20 23:51:58 +0000
commitfcafdd370bb41f0924e3e414856dcd2846569767 (patch)
tree08d408c54662975580ab9e781a9a1e490a4f31fa
parent4fbf729adf293f8f10473e165ff703768d7ca1b6 (diff)
downloaddocutils-fcafdd370bb41f0924e3e414856dcd2846569767.tar.gz
restored alphabetical order
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3357 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docutils/docs/user/config.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt
index de08d7960..d72ab621d 100644
--- a/docutils/docs/user/config.txt
+++ b/docutils/docs/user/config.txt
@@ -309,6 +309,18 @@ _`output_encoding_error_handler`
Default: "strict". Options: ``--output-encoding-error-handler,
--output-encoding, -o``.
+_`record_dependencies`
+
+ Path to a file to which Docutils writes a list of files the input
+ file(s) depends on [#dependencies]_, e.g. due to file
+ inclusion. [#pwd]_ The format is one filename per line. This
+ option is particularly useful in conjunction with programs like
+ ``make``.
+
+ Set to ``-`` in order to write dependencies to stdout.
+
+ Default: None. Option: ``--record-dependencies``.
+
_`report_level`
Verbosity threshold at or above which system messages are
reported.
@@ -368,18 +380,6 @@ _`warning_stream`
Default: stderr (None). Options: ``--warnings``.
-_`record_dependencies`
-
- Path to a file to which Docutils writes a list of files the input
- file(s) depends on [#dependencies]_, e.g. due to file
- inclusion. [#pwd]_ The format is one filename per line. This
- option is particularly useful in conjunction with programs like
- ``make``.
-
- Set to ``-`` in order to write dependencies to stdout.
-
- Default: None. Option: ``--record-dependencies``.
-
[parsers]
---------