A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2007-May/073362.html below:

[Python-Dev] The docs, reloaded

[Python-Dev] The docs, reloadedskip at pobox.com skip at pobox.com
Tue May 22 17:00:27 CEST 2007
    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
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4