HappyDoc Generated Documentation Class: HTML

HappyDoc3-r3_1 / happydoclib / docstring / StructuredText / ClassicStructuredText.py / HTML 

An HTML structured text formatter.

Base Classes   

HTML
  StructuredText

Methods   
  pre 
pre (
        self,
        structure,
        tagged=0,
        )
  head 
head (
        self,
        before,
        t,
        level,
        d,
        )
  ol 
ol (
        self,
        before,
        p,
        after,
        )
  normal 
normal (
        self,
        before,
        p,
        after,
        )
  __str__ 
__str__ (
        self,
        extra_dl=re.compile( "\n
" ), extra_ul=re.compile( "\n
    " ), extra_ol=re.compile( "\n
      " ), )

Return an HTML string representation of the structured text data.

  _str 
_str (
        self,
        structure,
        level,
        bullet=ts_regex.compile( '[ \t\n]*[o*-][ \t\n]+\([^\0]*\)' ).match_group,
        example=ts_regex.compile( '[\0- ]examples?:[\0- ]*$' ).search,
        dl=ts_regex.compile( '\([^\n]+\)[ \t]+--[ \t\n]+\([^\0]*\)' ).match_group,
        nl=ts_regex.compile( '\n' ).search,
        ol=ts_regex.compile( '[ \t]*\(\([0-9]+\|[%s]+\)[.)]\)+[ \t\n]+\([^\0]*\|$\)' % string.letters ).match_group,
        olp=ts_regex.compile( '[ \t]*([0-9]+)[ \t\n]+\([^\0]*\|$\)' ).match_group,
        )
  dl 
dl (
        self,
        before,
        t,
        d,
        after,
        )
  ul 
ul (
        self,
        before,
        p,
        after,
        )
  table 
table (
        self,
        before,
        table,
        after,
        )

This document was automatically generated Tue Dec 5 08:31:22 2006 by HappyDoc version 3.1