From f8dd5b393c9a1e1320457f663cec2c39df90133d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 21 Jan 2008 16:46:58 +0000 Subject: Removing bundlebuilder docs again -- it's not to be used anymore (see #779825). --- Doc/library/bundlebuilder.rst | 28 ---------------------------- Doc/library/mac.rst | 1 - 2 files changed, 29 deletions(-) delete mode 100644 Doc/library/bundlebuilder.rst diff --git a/Doc/library/bundlebuilder.rst b/Doc/library/bundlebuilder.rst deleted file mode 100644 index 41767c0..0000000 --- a/Doc/library/bundlebuilder.rst +++ /dev/null @@ -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() diff --git a/Doc/library/mac.rst b/Doc/library/mac.rst index 9201e24..791eb81 100644 --- a/Doc/library/mac.rst +++ b/Doc/library/mac.rst @@ -21,4 +21,3 @@ Mac-specific Python programming. autogil.rst carbon.rst colorpicker.rst - bundlebuilder.rst -- cgit v0.12