summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-05-03 11:01:13 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-05-03 11:01:13 +0000
commit1ecbaa01b17fc7b8d9a892694779d1623ec0d10a (patch)
tree6ea0f0d5ed415b2dbc2701a2f70c85dd673e44a9
parent8a046b37599004fc6409daaf009eec358223052d (diff)
downloaddocutils-1ecbaa01b17fc7b8d9a892694779d1623ec0d10a.tar.gz
Documentation spellcheck and cleanup.
Fix typos. Mark up object names. No extra HISTORY entries for test refactoring clean up commits. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9371 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docutils/HISTORY.txt11
-rw-r--r--docutils/RELEASE-NOTES.txt6
2 files changed, 4 insertions, 13 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt
index f26450e40..f2dc22145 100644
--- a/docutils/HISTORY.txt
+++ b/docutils/HISTORY.txt
@@ -85,7 +85,7 @@ Release 0.20 (unpublished)
* docutils/writers/_html_base.py
- - Refactoring of HTMLTranslator initialization and collecting of
+ - Refactoring of `HTMLTranslator` initialization and collecting of
document "parts". Adapt HTML writers importing `_html_base`.
Changes to the HTML output (no space character before closing tag of
@@ -148,20 +148,11 @@ Release 0.20 (unpublished)
.. _coverage.py: https://pypi.org/project/coverage/
-* test/test_parsers/test_get_parser_class.py
-
- - Fix regex to match multiline message "requires ... recommonmark"
-
-* test/test_transforms/test_docinfo.py
-
- - Fix message for nonconforming docinfo-Authors.
-
* tools/
- Moved ``quicktest.py`` to ``tools/dev/``.
-
Release 0.19 (2022-07-05)
=========================
diff --git a/docutils/RELEASE-NOTES.txt b/docutils/RELEASE-NOTES.txt
index 1c076a394..cb7ba778a 100644
--- a/docutils/RELEASE-NOTES.txt
+++ b/docutils/RELEASE-NOTES.txt
@@ -38,7 +38,7 @@ Command line interface
+ docutils --writer=latex --use-latex-abstract FAQ.txt > FAQ.tex
Exceptions:
- The auxilliary script ``rst2odt_prepstyles.py`` will become
+ The auxiliary script ``rst2odt_prepstyles.py`` will become
available via ``python -m docutils.writers.odf_odt.prepstyles``.
The ``rstpep2html.py`` script will be retired.
@@ -74,11 +74,11 @@ Command line interface
`Input encoding`_
-----------------
-* Raise UnicodeError (instead of falling back to the locale encoding)
+* Raise `UnicodeError` (instead of falling back to the locale encoding)
if decoding the source with the default encoding (UTF-8) fails and
Python is started in `UTF-8 mode`_. (Docutils 0.21)
- Raise UnicodeError (instead of falling back to "latin1") if both,
+ Raise `UnicodeError` (instead of falling back to "latin1") if both,
default and locale encoding, fail. (Docutils 0.21)
* Only remove BOM (U+FEFF ZWNBSP at start of data), no other ZWNBSPs.