<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docs, branch docutils-0.20</title>
<subtitle>svn.code.sf.net: p/docutils/code
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/'/>
<entry>
<title>Documentation update.</title>
<updated>2023-05-03T11:01:03+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-05-03T11:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=e0facf634ad71fcfef017dfaf56fc712bb772508'/>
<id>e0facf634ad71fcfef017dfaf56fc712bb772508</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9370 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9370 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert addition of `io.OutString` and the "auto_encode" argument.</title>
<updated>2023-05-02T23:04:27+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-05-02T23:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=9da16f916e138b6338d50bfaf67276477f2563c5'/>
<id>9da16f916e138b6338d50bfaf67276477f2563c5</id>
<content type='text'>
We need a review of the "string output" interface and a consensus
on the "clean" end-state before starting with the implementation.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9369 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need a review of the "string output" interface and a consensus
on the "clean" end-state before starting with the implementation.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9369 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Add output encoding error handler to the parts provided by all writers.</title>
<updated>2023-04-28T21:26:36+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-04-28T21:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=c9c4e3598dd04853fc82c9c66bc993d8741a5710'/>
<id>c9c4e3598dd04853fc82c9c66bc993d8741a5710</id>
<content type='text'>
The new generic part "errors" returned by default
contains the `output_encoding_error_handler` setting,
which may make-or-break encoding ``parts['whole']``.

Allows use of `core.publish_parts()` to get the document as `str`,
post-process it and encode with user configurated encoding and
encoding-error handler.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9368 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new generic part "errors" returned by default
contains the `output_encoding_error_handler` setting,
which may make-or-break encoding ``parts['whole']``.

Allows use of `core.publish_parts()` to get the document as `str`,
post-process it and encode with user configurated encoding and
encoding-error handler.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9368 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation fix/update.</title>
<updated>2023-04-26T21:00:10+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-04-26T21:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=247af50534fee5834ef9812c04322e4a56707cce'/>
<id>247af50534fee5834ef9812c04322e4a56707cce</id>
<content type='text'>
The return value of `io.FileOutput` (and hence of `core.publish_cmdline()`
and `core.publish_file()`) is a `str` instance (except for
binary output document formats) and has always been under Python 3.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9366 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The return value of `io.FileOutput` (and hence of `core.publish_cmdline()`
and `core.publish_file()`) is a `str` instance (except for
binary output document formats) and has always been under Python 3.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9366 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Next iteration of "directives" documentation refactoring.</title>
<updated>2023-04-20T23:04:43+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-04-20T23:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=ecdc39205f790181450cd52b1fc99789d5edf2f4'/>
<id>ecdc39205f790181450cd52b1fc99789d5edf2f4</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9361 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9361 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Review rST "directives" documentation.</title>
<updated>2023-04-19T23:31:23+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-04-19T23:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=9ba2a55ec0673fae721d4e37aa1610ff05174e5c'/>
<id>9ba2a55ec0673fae721d4e37aa1610ff05174e5c</id>
<content type='text'>
Unify content type descriptions.
Add cross-links.
Reword for better clarity.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9359 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unify content type descriptions.
Add cross-links.
Reword for better clarity.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9359 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation for the "csv-table" directive.</title>
<updated>2023-04-18T23:50:48+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-04-18T23:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=791dfd8ac71f4a0f7f3c59ff3a4eb0d59d273cfb'/>
<id>791dfd8ac71f4a0f7f3c59ff3a4eb0d59d273cfb</id>
<content type='text'>
Document current behaviour and the roadmap to bring it in line
with the specification.

Add deprecation warnings for to-be-removed objects.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9356 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document current behaviour and the roadmap to bring it in line
with the specification.

Add deprecation warnings for to-be-removed objects.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9356 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Announce change of "math-output" setting default for HTML5 to "MathML".</title>
<updated>2023-04-14T00:11:56+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-04-14T00:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=3011834cd72d80ff6ef11ab0846d25389615fd5d'/>
<id>3011834cd72d80ff6ef11ab0846d25389615fd5d</id>
<content type='text'>
MathML is supported by Chrome since January 2023.

Use MathML in documentation pages generated with the HTML5 writer already now.

Update "LaTeX syntax for mathematics" documentation.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9347 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MathML is supported by Chrome since January 2023.

Use MathML in documentation pages generated with the HTML5 writer already now.

Update "LaTeX syntax for mathematics" documentation.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9347 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not decode OpenDocument zip packages with `publish_string()`.</title>
<updated>2023-04-13T14:27:23+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-04-13T14:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=af29e226f0c950311106545c8d9eff56aa079b0c'/>
<id>af29e226f0c950311106545c8d9eff56aa079b0c</id>
<content type='text'>
The ODF writer produces output in binary format.
Raise an exception if `publish_string()` is called with
this writer and ``auto_encode=False``.

Update documentation, add cross-links.

TODO:
In future, the ODF writer may return a "flat XML" version of the
"OpenDocument Text" document as `str`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9345 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ODF writer produces output in binary format.
Raise an exception if `publish_string()` is called with
this writer and ``auto_encode=False``.

Update documentation, add cross-links.

TODO:
In future, the ODF writer may return a "flat XML" version of the
"OpenDocument Text" document as `str`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9345 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2023-04-12T16:52:19+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-04-12T16:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=5902855e0fcba7777562253586c8cb52ec9c1423'/>
<id>5902855e0fcba7777562253586c8cb52ec9c1423</id>
<content type='text'>
Reported by Adam Turner.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9344 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by Adam Turner.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9344 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
