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.

Variables

Classes

Function summary

Functions

Imported Names

Local nameRefers to
add_endo_optionsenthought.endo.scripts.endo.add_endo_options
optparseoptparse
osos
StringIOStringIO
subprocesssubprocess
syssys

© Copyright 2002-2008 Enthought, Inc.