Utility functions for HTML generation

Utility functions for generating html. Includes functions for copying necessary assets.

class abed.html.utils.AbedHTMLTypes[source]

Bases: object

HISTOGRAMS = ('Histograms', 'histograms.html')
INDEX = ('Home', 'index.html')
METRIC_TABLES = ('Metric Tables', 'metric_tables.html')
PROFILE_PLOTS = ('Profile Plots', 'profile_plots.html')
RANK_GRAPHS = ('Rank Graphs', 'rank_graphs.html')
RANK_TESTS = ('Rank Tests', 'rank_tests.html')
SCALAR_TABLES = ('Scalar Tables', 'scalar_tables.html')
types = [('Home', 'index.html'), ('Metric Tables', 'metric_tables.html'), ('Scalar Tables', 'scalar_tables.html'), ('Profile Plots', 'profile_plots.html'), ('Rank Graphs', 'rank_graphs.html'), ('Rank Tests', 'rank_tests.html'), ('Histograms', 'histograms.html')]
abed.html.utils.copy_auxiliary_files()[source]
abed.html.utils.copy_data_file(filepath)[source]
abed.html.utils.get_data_path(filepath)[source]