/ HappyDoc3-r3_1 / happydoclib / docstring / StructuredText / StructuredText.py
Alias module for StructuredTextClassic compatibility which makes
use of StructuredTextNG
Functions
|
|
|
StructuredText
|
StructuredText ( aStructuredString, level=1 )
|
|
HTML
|
HTML (
aStructuredString,
level=1,
header=1,
)
|
|
html_quote
|
html_quote ( v, character_entities=(( re.compile( '&' ), '&' ), ( re.compile( "<" ), '<' ), ( re.compile( ">" ), '>' ), ( re.compile( '"' ), '"' ) ) )
|
|
html_with_references
|
html_with_references (
text,
level=1,
header=1,
)
|
|
|