diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-04-19 16:47:35 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-04-19 16:47:35 +0000 |
| commit | 849526bb1d17946ef82cf4d7fd6c73f8a26fb5cd (patch) | |
| tree | 785431b3df285635e68682cd39cd853ca012ede2 /docutils/docs/user | |
| parent | e4862c2c29e70b69a0902044d5d3662bbbadd1c7 (diff) | |
| download | docutils-849526bb1d17946ef82cf4d7fd6c73f8a26fb5cd.tar.gz | |
Documentation update.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8059 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
| -rw-r--r-- | docutils/docs/user/config.txt | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt index 7dfb8867c..2a77b86eb 100644 --- a/docutils/docs/user/config.txt +++ b/docutils/docs/user/config.txt @@ -678,7 +678,8 @@ Default: "http://www.faqs.org/rfcs/". Option: ``--rfc-base-url``. smart_quotes ~~~~~~~~~~~~ -Change straight quotation marks to typographic form. `Quote characters`_ +Activate the SmartQuotes_ transform to +change straight quotation marks to typographic form. `Quote characters`_ are selected according to the language of the current block element (see language_code_). Also changes consequtive runs of hyphen-minus and full stops (``---``, ``--``, ``...``) to em-dash, en-dash and ellipsis Unicode @@ -696,6 +697,7 @@ Default: "no". Option: ``--smart-quotes``. New in Docutils 0.10. +.. _SmartQuotes: smartquotes.html .. _quote characters: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks @@ -786,10 +788,10 @@ The `pep_references`_ and `rfc_references`_ settings (`[restructuredtext parser]`_) are set on by default. -[python reader] ---------------- +.. [python reader] + --------------- -Not implemented. + Not implemented. [writers] @@ -954,7 +956,7 @@ the output document. Supported values are (case insensitive): :HTML: Format math in standard HTML enhanced by CSS rules. Requires the ``math.css`` stylesheet (in the system - `stylesheet directory <stylesheet_dirs [html4css1 writer]_>`_ + `stylesheet directory <stylesheet_dirs [html4css1 writer]_>`_) A `stylesheet_path <stylesheet_path [html4css1 writer]_>`_ can be appended after whitespace, the specified @@ -975,8 +977,8 @@ the output document. Supported values are (case insensitive): __ http://docs.mathjax.org/en/latest/tex.html#supported-latex-commands Con: - Requires an Internet connection (or a local MathJax - installation and configuration). + Requires an Internet connection or a local MathJax + installation and configuration. Downloads JavaScript code from a third-party site. |
