diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-26 11:39:39 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-26 11:39:39 +0000 |
| commit | 7b820c67390f0c8de4af8ab192444568f5311540 (patch) | |
| tree | 58658889268c0992dd76e9720872f223fdd2657d | |
| parent | af3f36e09d16b09703dd18b7c6fffa34ec4025af (diff) | |
| download | docutils-7b820c67390f0c8de4af8ab192444568f5311540.tar.gz | |
added "see also" references
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3370 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/docs/user/config.txt | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt index a99bc5572..1b52511b4 100644 --- a/docutils/docs/user/config.txt +++ b/docutils/docs/user/config.txt @@ -407,7 +407,8 @@ Docutils currently supports only one parser, for reStructuredText. _`file_insertion_enabled` Enable or disable directives that insert the contents of external files, such as the "include_" & "raw_". A "warning" system - message (including the directive text) is inserted instead. + message (including the directive text) is inserted instead. (See + also raw_enabled_ for another security-relevant setting.) Default: enabled (1). Options: ``--file-insertion-enabled, --no-file-insertion``. @@ -429,7 +430,9 @@ _`pep_base_url` _`raw_enabled` Enable or disable the "raw_" directive. A "warning" system - message (including the directive text) is inserted instead. + message (including the directive text) is inserted instead. (See + also file_insertion_enabled_ for another security-relevant + setting.) Default: enabled (1). Options: ``--raw-enabled, --no-raw``. @@ -583,7 +586,8 @@ _`embed_stylesheet` _`field_name_limit` The maximum width (in characters) for one-column field names. Longer field names will span an entire row of the table used to - render the field list. 0 indicates "no limit". + render the field list. 0 indicates "no limit". See also + option_limit_. Default: 14 characters. Option: ``--field-name-limit``. @@ -611,7 +615,8 @@ _`initial_header_level` _`option_limit` The maximum width (in characters) for options in option lists. Longer options will span an entire row of the table used to render - the option list. 0 indicates "no limit". + the option list. 0 indicates "no limit". See also + field_name_limit_. Default: 14 characters. Option: ``--option-limit``. |
