Go to the source code of this file.
Namespaces | |
namespace | SLIMdoc |
Functions | |
def | myAction |
def | makedef |
def | maketut |
def | how_to_gen |
def | howto_emitter |
def | term_builder |
def | term_emitter |
def | tutorial_index |
def | index_emitter |
def | index_emitter_demo |
Variables | |
string | __copyright__ |
string | __license__ |
tuple | term_template = Template("""\\term{ ${term} }${abstract}\\textbf{Author:} ${author}\\citetitle[${link}]{${term}}""") |
tuple | re_title = re.compile(r'\\title\{(.*?)\}') |
tuple | re_author = re.compile(r'\\author\{(.*?)\}') |
list | default_name = lambdaall,def_:allandall[0] |
list | GLOBAL_TERMS_DEMOS = [] |
list | GLOBAL_TERMS_TUTOR = [] |
add_to_demos = GLOBAL_TERMS_DEMOS.append | |
add_to_tutorials = GLOBAL_TERMS_TUTOR.append |