Beispiel #1
0
def _option_align(arg):
    return directives.choice(arg, ("top", "middle", "bottom", "left", "center", "right"))
Beispiel #2
0
def _option_format(arg):
    return directives.choice(arg, ("python", "lisp"))
Beispiel #3
0
def fontset_choice(arg):
    return directives.choice(arg, ["cm", "stix", "stixsans"])
Beispiel #4
0
def _option_align(arg):
    return directives.choice(arg, ("top", "middle", "bottom", "left", "center",
                                   "right"))
Beispiel #5
0
def _option_format(arg):
    return directives.choice(arg, ('python', 'lisp'))
Beispiel #6
0
def fontset_choice(arg):
    return directives.choice(arg, ['cm', 'stix', 'stixsans'])