From 0131637398c8e851bfae4a78ce89a50cc001816f Mon Sep 17 00:00:00 2001 From: milde Date: Wed, 12 Dec 2012 22:06:32 +0000 Subject: [PATCH] Documentation update git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk/docutils@7545 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/dev/todo.txt | 16 ++++++++++------ docutils/nodes.py | 1 + 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/dev/todo.txt b/docs/dev/todo.txt index c0bd6bac4..7b3f64112 100644 --- a/docs/dev/todo.txt +++ b/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 -`__ +See also the `Modified rst2html +`__ 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 - `__ by + + * `Modified rst2html + `__ by Nicolas Rougier. - + * Automatically insert a "References" heading? diff --git a/docutils/nodes.py b/docutils/nodes.py index 5f4d10d53..f88de28ab 100644 --- a/docutils/nodes.py +++ b/docutils/nodes.py @@ -1,5 +1,6 @@ # $Id$ # Author: David Goodger +# Maintainer: docutils-develop@lists.sourceforge.net # Copyright: This module has been placed in the public domain. """ -- 2.11.4.GIT