Is there a way to install the python documentation that would make it available as if it was a manpage? (I know you can download the sourcefiles for the documentation and re
On Debian (and derived distributions, like Ubuntu) install pydoc package. Then you can use pydoc whatever command.
pydoc
pydoc whatever