summaryrefslogtreecommitdiff
path: root/docutils/utils/math/tex2mathml_extern.py
Commit message (Expand)AuthorAgeFilesLines
* Fix "shebang on non-executable files".milde2022-11-161-1/+0
* Support `pandoc` as an external LaTeX to MathML converter.milde2022-11-041-2/+36
* MathML: Small fixes for external latex -> MathML converters.milde2022-11-041-7/+7
* Unify naming of the "utf-8" codec.milde2022-06-131-11/+11
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+4
* Ensure at least two spaces before inline comment.milde2022-03-041-5/+5
* Fix missing whitespace around operator.milde2022-03-031-1/+1
* Fix code indentationmilde2022-01-291-13/+14
* Drop string prefix "u".milde2022-01-261-3/+3
* Skip assigning to a variable when immediately returningmilde2022-01-261-2/+1
* Use generator expressions with functions expecting a sequence.milde2022-01-261-2/+2
* Remove "coding:" slugmilde2022-01-031-2/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Document image formats, small documentation fixes and updates.milde2021-11-091-2/+5
* Fix link to 2-Clause BSD license.milde2020-09-041-1/+1
* trivial: Misc whitespace fixesmilde2019-08-271-3/+3
* py3: Replace 'ur' prefixmilde2019-08-271-1/+2
* py3: Switch to print functionsmilde2019-08-261-3/+4
* Fix error reporting in wrapper for external tex2mathml converters.milde2018-01-041-9/+8
* Support some external TeX math -> MathML converters.milde2015-04-101-0/+147