Martin v. Löwis wrote: > If you just want to know what your changes look like: type "make html" > in the Doc directory, and wait a moment for it to complete. I get > xml.etree as section 13.13.
provided you have all the right stuff on your machine, that is: $ make html TEXINPUTS=... +++ TEXINPUTS=... +++ latex api *** Session transcript and error messages are in .../Python-2.5/Doc/html/api/api.how. *** Exited with status 127. The relevant lines from the transcript are: ------------------------------------------------------------------------ +++ latex api sh: latex: command not found *** Session transcript and error messages are in .../Python-2.5/Doc/html/api/api.how. *** Exited with status 127. make: *** [html/api/api.html] Error 127 I'm not sure I have enough time to sort this out... my original questions remain: - could a cronjob that does this be set up on some python.org machine (or on some volunteer's machine) - is it perhaps time to start investigating using "lighter" tools for the core documentation ? (as I hinted, I'd prefer HTML with microformat annotations as the main format; with roundtripping to markdown or rest (etc) for people who prefer to author in that, and tidy->xhtml->python tools for the HTML generation) </F>
_______________________________________________ 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