Synopsis: pymanual_toFormatter( listofmodules, dest )
Translate all __doc__ strings of elements of the modules with names from listofmodules . listofmodules might also be a string of a single module to be described.
dest is the destination of the documentation, an instance of Formatter .
This is the central function to produce documentations in any format supported by a formatter.