>> `Pydoc <http://docs.python.org/lib/module-pydoc.html>`_ seems to be
    >> built around modules and I want to document scripts.

    Ant> Any python script *is* a python module. So pydoc is what you are
    Ant> after here.

Assuming you name your scripts so that they are importable (e.g. "foobar.py"
instead of "foo-bar.sh").

Skip
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to