|
From: <mi...@us...> - 2021-02-18 23:09:31
|
Revision: 8625
http://sourceforge.net/p/docutils/code/8625
Author: milde
Date: 2021-02-18 23:09:23 +0000 (Thu, 18 Feb 2021)
Log Message:
-----------
Small documentation update.
Modified Paths:
--------------
trunk/docutils/HISTORY.txt
trunk/docutils/docs/user/html.txt
trunk/docutils/docs/user/latex.txt
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2021-02-13 12:01:10 UTC (rev 8624)
+++ trunk/docutils/HISTORY.txt 2021-02-18 23:09:23 UTC (rev 8625)
@@ -46,10 +46,10 @@
* docutils/nodes.py
- - Apply patch #165: Fix error when copying `system_message` node
- (by Takeshi KOMIYA).
- - Apply version of patch #167: Let document.set_id() register all
- existing IDs (thanks to Takeshi KOMIYA).
+ - Apply patch #165 "Fix error when copying `system_message` node"
+ by Takeshi KOMIYA.
+ - Apply version of patch #167 "Let document.set_id() register all
+ existing IDs" (thanks to Takeshi KOMIYA).
- Fix bug #410: Use a "property" function to recursively fetch
`Node.document` value from parent node.
@@ -186,8 +186,8 @@
reader, parser, and writer components.
-Release 0.16
-============
+Release 0.16 (2020-01-16)
+=========================
* General
Modified: trunk/docutils/docs/user/html.txt
===================================================================
--- trunk/docutils/docs/user/html.txt 2021-02-13 12:01:10 UTC (rev 8624)
+++ trunk/docutils/docs/user/html.txt 2021-02-18 23:09:23 UTC (rev 8625)
@@ -95,14 +95,14 @@
The ``html5_polyglot`` writer generates `polyglot HTML`_ [#]_ output, valid
XML [#safetext]_ that is compatible with `HTML5`_. New features and elements
-will only be used if they are widely supported to make documents `viewable
-with any browser`_.
+are used if they are widely supported.
-There is no hard-coded formatting information in the HTML document. Correct
-rendering of elements not directly supported by HTML depends on a CSS_ style
-sheet. The provided style sheets minimal.css_ and plain.css_ define required
-and optional styling rules respectively. Adaption of the layout is possible
-with `custom style sheets`_. [#safetext]_
+There is no hard-coded formatting information in the HTML document.
+Correct rendering of elements not directly supported by HTML depends
+on a CSS_ style sheet. The provided style sheet minimal.css_ defines
+required and styling rules, plain.css_ and responsive.css_ add
+optional rules for better legibility. Adaption of the layout is
+possible with `custom style sheets`_. [#safetext]_
New in Docutils 0.13
@@ -114,6 +114,7 @@
.. _[html5 writer]: config.html#html5-writer
.. _minimal.css: ../../docutils/writers/html5_polyglot/minimal.css
.. _plain.css: ../../docutils/writers/html5_polyglot/plain.css
+.. _responsive.css: ../../docutils/writers/html5_polyglot/responsive.css
.. _custom style sheets: ../howto/html-stylesheets.html
.. _viewable with any browser: http://www.anybrowser.org/campaign
.. _Benefits of polyglot XHTML5: http://xmlplease.com/xhtml/xhtml5polyglot/
Modified: trunk/docutils/docs/user/latex.txt
===================================================================
--- trunk/docutils/docs/user/latex.txt 2021-02-13 12:01:10 UTC (rev 8624)
+++ trunk/docutils/docs/user/latex.txt 2021-02-18 23:09:23 UTC (rev 8625)
@@ -152,7 +152,7 @@
This includes processing bibliographic references or indices, as well as
compilation or conversion of figures.
-__ https://launchpad.net/rubber/
+__ https://gitlab.com/latex-rubber/rubber/
Configuration
@@ -1967,8 +1967,7 @@
--hyperref-option=unicode
(works also with non-unicode input/output encoding (e.g. "koi8r" or
-"latin1"). Newer versions of hyperref default to "unicode=true" if the
-document language is "russian".
+"latin1"). Newer versions of hyperref default to "unicode=true".
.. _hyperref_option: config.html#stylesheet-latex-writers
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|