API Reference for Enthought Tool Suite 3.0.1
Copyright 2008 Enthought, Inc. License: BSD Style
This script figures out appropriate subdirectories of specified directories or the working directory to document, infers the structure of package names and subdirectories, and runs endo.py, passing all the package info that it found, along with any endo arguments passed to it on the command line.
By default, the script simply finds subdirectories of the specified directory that contain packages, as evidenced by an __init__.py file, and documents those. Alternatively, you can use the --use-setup (or -t) option to specify that it searches for setup.py files, and uses only the packages specified by the setup.py files that it finds.
ENDO = 'endo.py'
Entry point for the installed script.
| Local name | Refers to |
|---|---|
| add_endo_options | enthought.endo.scripts.endo.add_endo_options |
| optparse | optparse |
| os | os |
| StringIO | StringIO |
| subprocess | subprocess |
| sys | sys |
© Copyright 2002-2008 Enthought, Inc.