Neal> I know almost nothing about docutils internals.  How do I
    Neal> 'install' the above?

Me either.  Here's what I did:

    * download and expand the latest docutils snapshot
    * replicate Jens's work in a directory called "math" at the top level of
      the docutils directory
    * edited setup.py to get them installed:

diff -u setup.py.~1~ setup.py
--- setup.py.~1~        2007-03-21 18:45:38.000000000 -0500
+++ setup.py    2007-05-22 07:07:25.000000000 -0500
@@ -115,6 +115,9 @@
                  'tools/rst2xml.py',
                  'tools/rst2pseudoxml.py',
                  'tools/rstpep2html.py',
+                 'math/tools/rst2latex.py',
+                 'math/tools/rst2latexmath.py',
+                 'math/tools/rst2mathml.py',
                  ],}
 """Distutils setup parameters."""

    * ran "python setup.py install"

That's probably more than necessary, but with the math subdir I can easily
move the whole thing to a new snapshot and the setup.py change lets me
install them transparently.

Skip
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to