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. |