<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/utils/math/__init__.py, 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>Ensure 2 blank lines around top-level functions and classes.</title>
<updated>2022-03-04T15:57:13+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-03-04T15:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=e45243a10d457bf01bbd3bf3aaf1aaa50e298cbf'/>
<id>e45243a10d457bf01bbd3bf3aaf1aaa50e298cbf</id>
<content type='text'>
flake8 rules
E302: expected 2 blank lines, found 1
E305: expected 2 blank lines after class or function definition

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9026 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flake8 rules
E302: expected 2 blank lines, found 1
E305: expected 2 blank lines after class or function definition

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9026 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Use generator expressions with functions expecting a sequence.</title>
<updated>2022-01-26T19:02:44+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-01-26T19:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=067638b835fafb5d2c05a9791befeccfbe703a6a'/>
<id>067638b835fafb5d2c05a9791befeccfbe703a6a</id>
<content type='text'>
Based on patches by Adam Turner

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

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8970 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>MathML: refactor and extend.</title>
<updated>2021-06-17T09:58:31+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-06-17T09:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=8ed6a5a1ae954aaa569c421465a0533aeafc7743'/>
<id>8ed6a5a1ae954aaa569c421465a0533aeafc7743</id>
<content type='text'>
Only wrap displayed math in &lt;mtable&gt; if there are multiple rows.
Fix alignment and spacing in multi-line equations.
Fix size commands for extensible delimiters.

Add support for commands \displaylimits, \mspace, \intop, \ointop.

math.get(): new method, return attribute or optional default.
tex_token(): don't skip leading whitespace, don't return groups
tex_group(): new function -- return first group or token and remainder.
tex_group_or_token(): new function

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8760 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only wrap displayed math in &lt;mtable&gt; if there are multiple rows.
Fix alignment and spacing in multi-line equations.
Fix size commands for extensible delimiters.

Add support for commands \displaylimits, \mspace, \intop, \ointop.

math.get(): new method, return attribute or optional default.
tex_token(): don't skip leading whitespace, don't return groups
tex_group(): new function -- return first group or token and remainder.
tex_group_or_token(): new function

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8760 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>MathML: Use large operators and fix alignment in "math" blocks.</title>
<updated>2021-05-20T12:19:23+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-05-20T12:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=448bb5970a81789df6c2a02dd89ea284507d09fe'/>
<id>448bb5970a81789df6c2a02dd89ea284507d09fe</id>
<content type='text'>
Set displaystyle="true"  and class="align" for the outer ``&lt;mtable&gt;``¹
in math blocks.

¹ The "mtable"-wrapper is used to support multi-line formulas
  similar to the "align" environment in the "amsmath" LaTeX package.

Add CSS to left-align the table cells in "align"-emulating mtables.

Fixes part of bug #407.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8738 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set displaystyle="true"  and class="align" for the outer ``&lt;mtable&gt;``¹
in math blocks.

¹ The "mtable"-wrapper is used to support multi-line formulas
  similar to the "align" environment in the "amsmath" LaTeX package.

Add CSS to left-align the table cells in "align"-emulating mtables.

Fixes part of bug #407.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8738 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix link to 2-Clause BSD license.</title>
<updated>2020-09-04T16:52:11+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2020-09-04T16:52:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=48576500f4e73c5ed0c914829c76a8c8f63c58f8'/>
<id>48576500f4e73c5ed0c914829c76a8c8f63c58f8</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8554 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@8554 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Small HTML fixes and documentation updates.</title>
<updated>2015-04-12T10:06:43+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2015-04-12T10:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=4df22f09aac7249fb4fcb53e3c373044d9b0db67'/>
<id>4df22f09aac7249fb4fcb53e3c373044d9b0db67</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7865 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@7865 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>math, error_reporting, and urischemes moved to the utils package. </title>
<updated>2012-06-25T13:16:03+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2012-06-25T13:16:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=de815e07c5505fb244f6fa3836c5cab37f3f9d50'/>
<id>de815e07c5505fb244f6fa3836c5cab37f3f9d50</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7464 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@7464 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
