Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
90d07e91
Commit
90d07e91
authored
Jan 21, 2008
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing bundlebuilder docs again -- it's not to be used anymore (see #779825).
parent
27fb9348
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
29 deletions
+0
-29
Doc/library/bundlebuilder.rst
Doc/library/bundlebuilder.rst
+0
-28
Doc/library/mac.rst
Doc/library/mac.rst
+0
-1
No files found.
Doc/library/bundlebuilder.rst
deleted
100644 → 0
View file @
27fb9348
: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>)
Doc/library/mac.rst
View file @
90d07e91
...
...
@@ -21,4 +21,3 @@ Mac-specific Python programming.
autogil.rst
carbon.rst
colorpicker.rst
bundlebuilder.rst
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment