From e53906bad58d0012a65901a49e60febf58946cde Mon Sep 17 00:00:00 2001 From: milde Date: Fri, 5 Mar 2021 21:14:40 +0000 Subject: [PATCH] Small documentation updates and fixes. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8631 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/HISTORY.txt | 42 ++++++++++++++++++------------ docutils/RELEASE-NOTES.txt | 11 +++++--- docutils/docs/api/publisher.txt | 30 +++++++++++++-------- docutils/docs/dev/distributing.txt | 7 ++++- docutils/docs/dev/todo.txt | 24 ++++++++--------- docutils/docs/howto/security.txt | 2 +- docutils/docs/ref/rst/directives.txt | 8 +++--- docutils/docs/ref/rst/restructuredtext.txt | 8 +++--- docutils/docs/user/config.txt | 11 ++++---- docutils/docs/user/html.txt | 42 +++++------------------------- docutils/docs/user/manpage.txt | 35 +++++++++++++------------ docutils/docs/user/odt.txt | 29 +++++++++++++-------- docutils/docs/user/rst/cheatsheet.txt | 2 +- docutils/docs/user/rst/demo.txt | 20 ++++++++++++++ docutils/docs/user/smartquotes.txt | 7 ++--- docutils/docs/user/tools.txt | 6 ++--- 16 files changed, 158 insertions(+), 126 deletions(-) diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt index 36eb44226..5e9ea5b6a 100644 --- a/docutils/HISTORY.txt +++ b/docutils/HISTORY.txt @@ -21,16 +21,13 @@ Version 0.17b1 * General - - Fix bug #385: Import of language modules. - - Use importlib.import_module() to programmatically import modules. - - Remove legacy LaTeX stylesheet ``docutils-05-compat.sty``. - Installing with ``setup.py`` now requires ``setuptools``. Alternatively, install with `pip`_ (or "manually"). - - Apply patch for bug #399 Fixes in Korean translation. + - Use importlib.import_module() to programmatically import modules. + - Fix bug #385: Import of language modules. .. _pip: https://pypi.org/project/pip/ - * docutils/MANIFEST.in - Exclude test outputs. @@ -39,10 +36,11 @@ Version 0.17b1 - VersionInfo: ValueError for invalid values, fix comparison to tuples. -* docutils/languages/ar.py - docutils/parsers/rst/languages/ar.py: +* docutils/languages/ + docutils/parsers/rst/languages/ - Apply patch # 177 Arabic mappings by Shahin. + - Apply patch for bug #399 Fixes in Korean translation. * docutils/nodes.py @@ -55,8 +53,8 @@ Version 0.17b1 * docutils/parsers/recommonmark_wrapper.py - - New file. An experimental wrapper to integrate the - `recommonmark`__ Markdown parser for use with stock Docutils. + - New, experimental wrapper to integrate the + `recommonmark`__ Markdown parser for use with Docutils. __ https://pypi.org/project/recommonmark/ @@ -67,7 +65,6 @@ Version 0.17b1 * docutils/parsers/rst/directives/html.py - Make "meta" elements available for "latex" and "odt". - (Basic "odt" support exists, "latex" support is planned.) * docutils/parsers/rst/directives/misc.py @@ -89,7 +86,7 @@ Version 0.17b1 - Implement feature request #40 `Option to embed images as data URI`. -* docutils/writers/html5_polyglot/ +* docutils/writers/html5_polyglot/__init__.py - Use the new semantic tags
,
,
,