Removing bundlebuilder docs again -- it's not to be used anymore (see #779825).

This commit is contained in:
Georg Brandl 2008-01-21 16:46:58 +00:00
parent d7e3e60b87
commit f8dd5b393c
2 changed files with 0 additions and 29 deletions

View File

@ -1,28 +0,0 @@
:mod:`bundlebuilder` --- Assemble MacOS X (application) bundles
===============================================================
.. module:: bundlebuilder
:synopsis: Tools to assemble MacOS X (application) bundles.
:platform: Mac
.. moduleauthor:: Just van Rossum
.. index::
pair: creating; application bundles
This module contains two classes to build so called "bundles" for MacOS X.
:class:`BundleBuilder` is a general tool, :class:`AppBuilder` is a subclass
specialized in building application bundles.
These Builder objects are instantiated with a bunch of keyword arguments, and
have a :meth:`build` method that will do all the work.
The module also contains a main program that can be used in two ways::
% python bundlebuilder.py [options] build
% python buildapp.py [options] build
where :file:`buildapp.py` is a user-supplied setup.py-like script following this
model::
from bundlebuilder import buildapp
buildapp(<lots-of-keyword-args>)

View File

@ -21,4 +21,3 @@ Mac-specific Python programming.
autogil.rst
carbon.rst
colorpicker.rst
bundlebuilder.rst