Functions | |
def | create_page (path, content) |
def | dbfile2html (db_name, work_path, threshold=1e-5) |
Variables | |
action | |
args | |
default | |
dest | |
env | |
help | |
loader | |
opts | |
parser | |
usage | |
def web.dbfile2html.create_page | ( | path, | |
content | |||
) |
Definition at line 27 of file dbfile2html.py.
References compare_using_db.dirname, and join().
Referenced by web.dbfile2html.dbfile2html().
def web.dbfile2html.dbfile2html | ( | db_name, | |
work_path, | |||
threshold = 1e-5 |
|||
) |
Generates static HTML from given release comparison database file. Algorithm: iterates through database, renders Jinja2 templates and saves them to static HTML files.
Definition at line 35 of file dbfile2html.py.
References web.dbfile2html.create_page(), web.app_utils.db_list_with_releases(), cmsRelvalreport.exit, web.app_utils.get_directory_summary_stats(), web.app_utils.get_release_summary_stats(), join(), and harvestTrackValidationPlots.str.
web.dbfile2html.action |
Definition at line 22 of file dbfile2html.py.
web.dbfile2html.args |
Definition at line 105 of file dbfile2html.py.
web.dbfile2html.default |
Definition at line 24 of file dbfile2html.py.
web.dbfile2html.dest |
Definition at line 22 of file dbfile2html.py.
web.dbfile2html.env |
Definition at line 19 of file dbfile2html.py.
web.dbfile2html.help |
Definition at line 23 of file dbfile2html.py.
web.dbfile2html.loader |
Definition at line 19 of file dbfile2html.py.
web.dbfile2html.opts |
Definition at line 105 of file dbfile2html.py.
web.dbfile2html.parser |
Definition at line 21 of file dbfile2html.py.
web.dbfile2html.usage |
Definition at line 21 of file dbfile2html.py.