diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-12-12 22:06:32 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-12-12 22:06:32 +0000 |
| commit | 468be9bbbaea9e5fde0f44bdabe77f4630347c78 (patch) | |
| tree | a504533cdf9e20467dd6e9f0350f83962f04302e /docutils/docs/dev | |
| parent | 83ae7625f575d3d69b26d35fe6d26a4962a0df7c (diff) | |
| download | docutils-468be9bbbaea9e5fde0f44bdabe77f4630347c78.tar.gz | |
Documentation update
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7545 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index c0bd6bac4..7b3f64112 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -555,8 +555,8 @@ No such mechanism exists in HTML. .. _OpenOffice.org XML: http://xml.openoffice.org/ .. _object references: rst/alternatives.html#object-references -See also the `Modified rst2html -<http://www.loria.fr/~rougier/coding/article/rst2html.py>`__ +See also the `Modified rst2html +<http://www.loria.fr/~rougier/coding/article/rst2html.py>`__ by Nicolas Rougier for a sample implementation. @@ -1244,6 +1244,9 @@ ASCIIMath_ * The Python module ASCIIMathML_ translates a string with ASCIIMath into a MathML tree. Used, e.g., by MultiMarkdown__. + A more comprehensive and implementation is ASCIIMathPython_ by + Paul Trembley (also used in his sandbox projects). + * For conversion to LaTeX, there is a JavaScript script at http://dlippman.imathas.com/asciimathtex/ASCIIMath2TeX.js @@ -1251,6 +1254,7 @@ ASCIIMath_ .. _ASCIIMath tutorial: http://www.wjagray.co.uk/maths/ASCIIMathTutorial.html .. _ASCIIMathML: http://pypi.python.org/pypi/asciimathml/ + .. _ASCIIMathPython: http://sourceforge.net/projects/asciimathpython/ __ http://fletcherpenney.net/multimarkdown/ `Unicode Nearly Plain Text Encoding of Mathematics`_ @@ -1931,11 +1935,11 @@ Unimplemented Transforms * `sphinxcontrib-bibtex`_ Sphinx extension with "bibliography" directive and "cite" role supporting BibTeX databases. - - * `Modified rst2html - <http://www.loria.fr/~rougier/coding/article/rst2html.py>`__ by + + * `Modified rst2html + <http://www.loria.fr/~rougier/coding/article/rst2html.py>`__ by Nicolas Rougier. - + * Automatically insert a "References" heading? |
