Usage: pyrexdoc module1 [module2 ...]

pyrexdoc generates no-frills but usable documentation for modules
created with Pyrex.

This utility is needed because the regular Python doco generators
like epydoc, pydoc, happydoc etc lose the plot when analysing
modules created with Pyrex.

For instance, the other doc generators may ignore Pyrex-generated classes
and/or functions, or regard class methods as instance variables, or other
equally annoying behaviour.

Note - the arguments above should be module *names*, not files.

pyrexdoc was written by David McNab <david@rebirthing.co.nz>
