Category: learn something every day.
In the Python interpreter you can do (docs):
and get what look like Unix man pages for the module. But I didn't know you can do:
from the command line and pydoc will write an html file to the current directory (or you can redirect). Very helpful!