I have a set of python scripts that I would like to create manpages for. They are documented with docstrings, so I can get at the documentation that way, but I would also like to have manpages.
Is there a way to use pydoc to generate *roff sources for manpages?
edit: Something like perl's pod2man for python.