Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Improved display of API topics in help browser.
Browse files Browse the repository at this point in the history
  • Loading branch information
latteier committed Jun 9, 2000
1 parent c76eba5 commit bd2597f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions help/File.py
@@ -1,3 +1,7 @@
"""
File
"""

class File:
"""
A File is a Zope object that contains file content. A File object
Expand Down
4 changes: 4 additions & 0 deletions help/Image.py
@@ -1,3 +1,7 @@
"""
Image
"""

class Image:
"""
A Image is a Zope object that contains image content. A Image
Expand Down
4 changes: 4 additions & 0 deletions help/ObjectManager.py
@@ -1,3 +1,7 @@
"""
ObjectManager
"""

class ObjectManager:
"""
An ObjectManager contains other Zope objects. The contained
Expand Down
6 changes: 5 additions & 1 deletion help/ObjectManagerItem.py
@@ -1,3 +1,7 @@
"""
ObjectManagerItem
"""

class ObjectManagerItem:
"""
A Zope object that can be contained within an Object Manager.
Expand Down Expand Up @@ -80,4 +84,4 @@ def getPhysicalRoot(self):
Returns the top-level Zope Application object.
Permission -- XXX None XXX
"""
"""
4 changes: 4 additions & 0 deletions help/PropertyManager.py
@@ -1,3 +1,7 @@
"""
PropertyManager
"""

class PropertyManager:
"""
A Property Manager object has a collection of typed attributes
Expand Down

0 comments on commit bd2597f

Please sign in to comment.