pygsti.report.formatters
Functions for generating report tables in different formats
Module Contents
Functions
|
Special conversion rules for latex |
|
Render a html-format figure |
|
Render a latex-format figure |
|
Render a python-format figure |
Attributes
- pygsti.report.formatters.html
- pygsti.report.formatters.latex
- pygsti.report.formatters.format_dict
- pygsti.report.formatters.NormalHTML
- pygsti.report.formatters.NormalLatex
- pygsti.report.formatters.PiPython
- pygsti.report.formatters.convert_html
- pygsti.report.formatters.pre_convert_latex
- pygsti.report.formatters.special_convert_latex(x, specs)
Special conversion rules for latex
Parameters
- xobject
Object to convert
- specsdictionary
dictionary of formatting options.
Returns
str
- pygsti.report.formatters.convert_latex
- pygsti.report.formatters.mathtext_htmlorlatex
- pygsti.report.formatters.html_figure(fig, specs)
Render a html-format figure
Parameters
- figReportableQty
A reportable quantity holding a WorkspacePlot as its value.
- specsdictionary
dictionary of formatting options.
Returns
str