Table of Contents

Class: StructuredText ../HappyDoc-r2_1/happydoclib/docstring/StructuredText/ClassicStructuredText.py

Model text as structured collection of paragraphs.

Structure is implied by the indentation level.

This class is intended as a base classes that do actual text output formatting.

Methods   
__init__
__str__
  __init__ 
__init__ (
        self,
        aStructuredString,
        level=0,
        paragraph_divider=regex.compile( '\(\r?\n *\)+\r?\n' ),
        )

Convert a structured text string into a structured text object.

Aguments:

aStructuredString

The string to be parsed. level -- The level of top level headings to be created.

  __str__ 
__str__ ( self )


Table of Contents

This document was automatically generated on Sat Aug 24 16:57:29 2002 by HappyDoc version 2.1