Table of Contents

Module: StructuredText ../HappyDoc-r2_1/happydoclib/docstring/StructuredText/StructuredText.py

Alias module for StructuredTextClassic compatibility which makes use of StructuredTextNG

Imported modules   
import ClassicDocumentClass
import DocumentClass
import HTMLClass
from ST import Basic
from STletters import letters
import re
import string
import sys
Functions   
HTML
StructuredText
html_quote
html_with_references
  HTML 
HTML (
        aStructuredString,
        level=1,
        header=1,
        )

  StructuredText 
StructuredText ( aStructuredString,  level=1 )

  html_quote 
html_quote ( v,  character_entities=(( re.compile( '&' ), '&amp;' ), ( re.compile( "<" ), '&lt;' ), ( re.compile( ">" ), '&gt;' ), ( re.compile( '"' ), '&quot;' ) ) )

  html_with_references 
html_with_references (
        text,
        level=1,
        header=1,
        )


Table of Contents

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