module documentation

Test how epytext is transformed to HTML using ParsedDocstring.to_node() and node2stan.node2stan() functions.

Many of these test cases are adapted examples from the epytext documentation.

Function epytext2html Undocumented
Function epytext2node Undocumented
Function parse​_epytext Undocumented
Function squash Undocumented
Function test​_epytext​_complex​_list Undocumented
Function test​_epytext​_inline Undocumented
Function test​_epytext​_literal​_block Undocumented
Function test​_epytext​_nested​_list Undocumented
Function test​_epytext​_ordered​_list Undocumented
Function test​_epytext​_paragraph Undocumented
Function test​_epytext​_sections Undocumented
Function test​_epytext​_symbol Undocumented
Function test​_epytext​_url Undocumented
Function test​_nested​_markup The Epytext nested inline markup are correctly transformed to HTML.
def epytext2html(s):

Undocumented

Parameters
s:strUndocumented
Returns
strUndocumented
def epytext2node(s):

Undocumented

Parameters
s:strUndocumented
Returns
nodes.documentUndocumented
def parse_epytext(s):

Undocumented

Parameters
s:strUndocumented
Returns
ParsedDocstringUndocumented
def squash(s):

Undocumented

Parameters
s:strUndocumented
Returns
strUndocumented
def test_epytext_complex_list():

Undocumented

def test_epytext_inline():

Undocumented

def test_epytext_literal_block():

Undocumented

def test_epytext_nested_list():

Undocumented

def test_epytext_ordered_list():

Undocumented

def test_epytext_paragraph():

Undocumented

def test_epytext_sections():

Undocumented

def test_epytext_symbol():

Undocumented

def test_epytext_url():

Undocumented

def test_nested_markup():
The Epytext nested inline markup are correctly transformed to HTML.