diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2020-10-09 10:32:02 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-10-21 06:55:39 -0300 |
| commit | bdb6956afdd2fca610c3bac0834636835793a831 (patch) | |
| tree | 2c0c22d2f0406b52ef7ff56aaa90301ff9ec3d23 /bindings/python-cffi/setup.py | |
| parent | 45193bab16c728ba892a5d45fc62ef59e2a6ef85 (diff) | |
emacs docs: rstdoc.el: consistent single quote conversions
With text-quoting-style 'grave keeps "'" and "`" quotes unaltered
for further processing done by this code (regardless of locale...).
The tools that read the reStructuredText markup generated can do
their styling instead.
Added temporary conversions of ' and ` to \001 and \002 so that
's and `s outside of `...' and `...` are converted separately
('s restored back to ' and `s converted to \`).
Both `...' and `...` are finally "converted" to `...` (not ``...``).
https://docutils.sourceforge.io/docs/user/rst/quickref.html documents
that as `interpreted text`:
"The rendering and meaning of interpreted text is domain- or
application-dependent. It can be used for things like index
entries or explicit descriptive markup (like program identifiers)."
Which looks pretty much right.
Diffstat (limited to 'bindings/python-cffi/setup.py')
0 files changed, 0 insertions, 0 deletions
