def main(): redocs = load_neuroml() doc = Document(TableOfContents(), *redocs) opdir = os.path.join(TestLocations.getTestOutputDir(), 'neuroml') doc.to_html(Join(opdir, 'html')) doc.to_pdf(Join(opdir, 'all.pdf'))
def main(): sections = run_tests() doc = Document(*sections) opdir = os.path.join(TestLocations.getTestOutputDir(), "quantity_exprs_valid") doc.to_html(os.path.join(opdir, "html")) doc.to_pdf(os.path.join(opdir, "all.pdf"))
def main(): sections = run_tests() doc = Document(*sections) opdir = os.path.join(TestLocations.getTestOutputDir(), 'quantity_exprs_valid') doc.to_html(os.path.join(opdir, 'html')) doc.to_pdf(os.path.join(opdir, 'all.pdf'))