lines 7-38 of file: example/test.py {xrst_begin testExample} {xrst_spell underbar } Test Special Conditions ####################### Camel Case ********** This page name uses a capital letter, instead of an underbar, to separate the words test and example. Code Command in List ******************** #. The ``\{xrst_code py}`` cannot be on the first line of a list item. {xrst_code py}""" def factorial(n) : if n == 1 : return 1 return n * factorial(n-1) r"""{xrst_code} #. This is the second item for this list No Newline at End of File ************************* This example file does not have a newline at the end. This Example File ***************** {xrst_literal} {xrst_end testExample}