Agree. Proper documentation is way better than some obscure brief
telnet-like interface or what-not.
The two aren't mutually exclusive. When I'm working in Python, I use help() to remind myself of things like parameter order or available options. I use the HTML documentation when I need to browse for something and I don't know exactly what I'm looking for.
/s/ Adam