Hacker News new | ask | show | jobs
by burntsushi 4361 days ago
> I guess maybe not that many people use pydoc anyway?

That would be my guess. IMO, pydoc isn't very discriminating with what it produces. The HTML is pretty ugly and the command line version just kind of vomits everything in the module to stdout. My idea with pdoc was to try and discover a module's public interface, and then display that.