[Python-checkins] r60157 - python/trunk/Doc/library/bundlebuilder.rst python/trunk/Doc/library/mac.rst

georg.brandl python-checkins at python.org
Mon Jan 21 17:46:58 CET 2008


Author: georg.brandl
Date: Mon Jan 21 17:46:58 2008
New Revision: 60157

Removed:
   python/trunk/Doc/library/bundlebuilder.rst
Modified:
   python/trunk/Doc/library/mac.rst
Log:
Removing bundlebuilder docs again -- it's not to be used anymore (see #779825).


Deleted: /python/trunk/Doc/library/bundlebuilder.rst
==============================================================================
--- /python/trunk/Doc/library/bundlebuilder.rst	Mon Jan 21 17:46:58 2008
+++ (empty 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>)

Modified: python/trunk/Doc/library/mac.rst
==============================================================================
--- python/trunk/Doc/library/mac.rst	(original)
+++ python/trunk/Doc/library/mac.rst	Mon Jan 21 17:46:58 2008
@@ -21,4 +21,3 @@
    autogil.rst
    carbon.rst
    colorpicker.rst
-   bundlebuilder.rst


More information about the Python-checkins mailing list