summaryrefslogtreecommitdiff
path: root/docs/user/tools.txt
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-11-07 01:53:07 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-11-07 01:53:07 +0000
commitf290510ad2f164c0ef773ca098eae21274bcbd9f (patch)
tree794dff7c0649217a52b11d20ed5b89d723a9a9fa /docs/user/tools.txt
parent2c6aa283bb09769bc8f2e19fa716f789b3f7d16f (diff)
downloaddocutils-f290510ad2f164c0ef773ca098eae21274bcbd9f.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user/tools.txt')
-rw-r--r--docs/user/tools.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/user/tools.txt b/docs/user/tools.txt
index 870f90a6a..b5bbfdf99 100644
--- a/docs/user/tools.txt
+++ b/docs/user/tools.txt
@@ -329,13 +329,6 @@ for some attributes.
==================== ================================================
Setting/Config Entry Description
==================== ================================================
-expose_internals List of internal attribues to expose as external
- attributes (with "internal:" namespace prefix).
-
- Default: don't (None). Options:
- ``--expose-internal-attribute`` (hidden, for
- development use only).
--------------------- ------------------------------------------------
compact_lists (HTML Writer.) Remove extra vertical whitespace
between items of bullet lists and enumerated
lists, when list items are "simple" (i.e., all
@@ -402,11 +395,18 @@ embed_stylesheet (HTML Writer.) Embed the stylesheet in the
output HTML file. The stylesheet file must be
accessible during processing. The stylesheet is
embedded inside a comment, so it must not
- contain the text "--" (two hyphens).
+ contain the text "``--``" (two hyphens).
Default: link, don't embed (None). Options:
``--embed-stylesheet, --link-stylesheet``.
-------------------- ------------------------------------------------
+expose_internals List of internal attribues to expose as external
+ attributes (with "internal:" namespace prefix).
+
+ Default: don't (None). Options:
+ ``--expose-internal-attribute`` (hidden, for
+ development use only).
+-------------------- ------------------------------------------------
footnote_backlinks Enable or disable backlinks from footnotes and
citations to their references.