Package-level declarations
Functions
Link copied to clipboard
fun ReportNode.Document.printMarkdown(out: PrintWriter = PrintWriter(System.out, true), ctx: RenderContext? = null)
Renders this document as Markdown and writes it to out.
Link copied to clipboard
fun ReportNode.Document.printText(out: PrintWriter = PrintWriter(System.out, true), ctx: RenderContext? = null)
Renders this document as plain text and writes it to out.
Link copied to clipboard
fun ReportNode.Document.showInBrowser(ctx: RenderContext? = null, cssPath: Path? = null, css: String? = null): File
Link copied to clipboard
fun ReportNode.Document.toHtml(ctx: RenderContext? = null, cssPath: Path? = null, css: String? = null): String
Link copied to clipboard
Renders this document to a Markdown String without creating any file.
Link copied to clipboard
fun OutputDirectory.toRenderContext(confidenceLevel: Double = 0.95, numericPrecision: Int = 4, maxPlotsPerSection: Int = 20): RenderContext
Creates a RenderContext whose output and plot directories are rooted in this OutputDirectory.
Link copied to clipboard
Renders this document to a plain-text String without creating any file.
Link copied to clipboard
fun ReportNode.Document.writeHtml(path: Path? = null, ctx: RenderContext? = null, cssPath: Path? = null, css: String? = null): File
Renders this document to an HTML file and returns the written File.
Link copied to clipboard
Renders this document to a LaTeX source file and returns the written File.
Link copied to clipboard
Renders this document to a Markdown file and returns the written File.
Link copied to clipboard
Renders this document to a plain-text file and returns the written File.