ANN: pyrexdoc - HTML doc generator for Pyrex modules

Greg Ewing (using news.cis.dfn.de) me at privacy.net
Wed Mar 19 18:18:36 EST 2003


David McNab <david at rebirthing.co.nz> has recently contributed
a tool for generating documentation in HTML format from
a compiled Pyrex module. He wrote it because some other such
tools have trouble with Pyrex-generated code.

I've made it available from the Pyrex pages here:

http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/tools/pyrexdoc/

(Note: If you downloaded it yesterday (19 March 2003) I've
just put a corrected version there.)


What is Pyrex?
--------------

Pyrex is a new language for writing Python extension modules.
It lets you freely mix operations on Python and C data, with
all Python reference counting and error checking handled
automatically.

http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg





More information about the Python-list mailing list