This directory contains some tools for reading Python documentation, whether
inline or in HTML files. These are all proposed additions to the standard
library.

  onlinehelp.py -- onlinehelp for Python. Read the docstring.
  inspect.py -- introspection API used by both of the above
  htmldoc.py -- Builds HTML documentation from docstrings
  textdoc.py -- Builds raw text documentation from docstrings