Commit a67da2f4 authored by Amos Latteier's avatar Amos Latteier

API doc formatting tweak to make things simplier and prettier.

parent ba91ca7f
"""
DTML Document
"""
class DTMLDocument: class DTMLDocument:
""" """
A DTML Document is a Zope object that contains and executes DTML A DTML Document is a Zope object that contains and executes DTML
......
"""
DTML Method
"""
class DTMLMethod: class DTMLMethod:
""" """
A DTML Method is a Zope object that contains and executes DTML A DTML Method is a Zope object that contains and executes DTML
......
"""
File
"""
class File: class File:
""" """
A File is a Zope object that contains file content. A File object A File is a Zope object that contains file content. A File object
......
"""
Image
"""
class Image: class Image:
""" """
A Image is a Zope object that contains image content. A Image A Image is a Zope object that contains image content. A Image
......
"""
ObjectManager
"""
class ObjectManager: class ObjectManager:
""" """
An ObjectManager contains other Zope objects. The contained An ObjectManager contains other Zope objects. The contained
......
"""
ObjectManagerItem
"""
class ObjectManagerItem: class ObjectManagerItem:
""" """
A Zope object that can be contained within an Object Manager. A Zope object that can be contained within an Object Manager.
......
"""
PropertyManager
"""
class PropertyManager: class PropertyManager:
""" """
A Property Manager object has a collection of typed attributes A Property Manager object has a collection of typed attributes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment