|
From: <mi...@us...> - 2020-02-06 12:47:36
|
Revision: 8488
http://sourceforge.net/p/docutils/code/8488
Author: milde
Date: 2020-02-06 12:47:34 +0000 (Thu, 06 Feb 2020)
Log Message:
-----------
Documentation update.
Modified Paths:
--------------
trunk/docutils/HISTORY.txt
trunk/docutils/RELEASE-NOTES.txt
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2020-02-06 12:47:25 UTC (rev 8487)
+++ trunk/docutils/HISTORY.txt 2020-02-06 12:47:34 UTC (rev 8488)
@@ -13,7 +13,6 @@
.. contents::
-2019-07-23 : Branch: branches/rel-0.15 created to investigate import problems: bugs#366
Changes Since 0.16
==================
@@ -22,6 +21,9 @@
- Fix [ 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`_.
* docutils/MANIFEST.in
@@ -56,14 +58,13 @@
- Remove backwards compatibility code for the deprecated
`styling command`__ prefix ``\docutilsrole``.
-
+
__ docs/user/latex.html#classes
-* docutils/writers/latex2e/docutils-05-compat.sty:
+.. _pip: https://pypi.org/project/pip/
+.. _legacy_class_functions: docs/user/config.html#legacy-class-functions
- - Remove this legacy stylesheet.
-
Release 0.16
============
Modified: trunk/docutils/RELEASE-NOTES.txt
===================================================================
--- trunk/docutils/RELEASE-NOTES.txt 2020-02-06 12:47:25 UTC (rev 8487)
+++ trunk/docutils/RELEASE-NOTES.txt 2020-02-06 12:47:34 UTC (rev 8488)
@@ -13,17 +13,13 @@
This document summarizes the major changes in recent and upcoming releases.
-For a more detailed list of changes, please see the `Docutils History`_.
+For a more detailed list of changes, please see the Docutils `HISTORY`_.
-.. _Docutils History: HISTORY.html
-
.. contents::
Future changes
==============
-* Installing with ``setup.py`` will require setuptools_ in versions > 0.16.
-
* LaTeX writer:
The default for the configuration setting `legacy_class_functions`_ will
change to "False". Adapt stylesheets modifying ``\DUadmonition``
@@ -56,18 +52,19 @@
generated HTML code, e.g. because you use a custom style sheet or
post-processing that may break otherwise.
-.. _setuptools: https://setuptools.readthedocs.io/en/latest/
.. _id_prefix: docs/user/config.html#id-prefix
.. _auto_id_prefix: docs/user/config.html#auto-id-prefix
.. _rst2html.py: docs/user/tools.html#rst2html-py
.. _reference name: docs/ref/rst/restructuredtext.html#reference-names
.. _identifier normalization: directives.html#identifier-normalization
-.. _legacy_class_functions: docs/user/config.html#legacy-class-functions
Release 0.17
============
+* Installing with ``setup.py`` now requires setuptools_.
+ Alternatively, install with pip_.
+
* HTML5 writer:
- Use the new semantic tags <main>, <section>, <header>,
@@ -90,6 +87,11 @@
__ docs/user/latex.html#classes
+.. _setuptools: https://pypi.org/project/setuptools/
+.. _pip: https://pypi.org/project/pip/
+.. _legacy_class_functions: docs/user/config.html#legacy-class-functions
+
+
Release 0.16 (2020-01-12)
=========================
@@ -158,9 +160,7 @@
* languages: Added Korean localisation (ko).
-* Bugfixes (see HISTORY_).
-
Release 0.14 (2017-08-03)
=========================
@@ -271,7 +271,7 @@
- Avoid repeated class declarations in html4css1 writer
(modified version of patch [ 104 ]).
-.. _math-output: docs/user/config.html#math-output
+ .. _math-output: docs/user/config.html#math-output
* docutils/writers/latex2e/__init__.py
@@ -282,7 +282,7 @@
where stylesheets are found. Used by `stylesheet_path` when expanding
relative path arguments.
-.. _SmartQuotes: docs/user/config.html#smart-quotes
+ .. _SmartQuotes: docs/user/config.html#smart-quotes
* docutils/writers/manpage.py
@@ -319,8 +319,6 @@
- FileInput/FileOutput: no system-exit on IOError.
The `handle_io_errors` option is ignored.
-.. _Python 3 compatibility: README.html#python-3-compatibility
-
* docutils/writers/html4css1/__init__.py
- Use ``<code>`` tag for inline "code",
@@ -783,3 +781,4 @@
__ docs/ref/rst/directives.html#csv-table
.. _HISTORY: HISTORY.html
+.. _Python 3 compatibility: README.html#python-3-compatibility
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|