This directory contains a sample report created with ReLaXed.
Master document:
report.pug.
Stylesheet:report.scss.
Some highlights:
- We are using Semantic UI, a CSS framework providing many useful widgets to create modern-looking reports.
- We are including a few diagrams generated by ReLaXed with graphic web frameworks: a flowchart rendered by Mermaid.js and an histogram made with Vegalite. When the source-files
diagram.mermaidorplot.vegalite.jsonfiles are modified, it triggers the re-rendering of the SVG plotsdiagram.svgandplot.svg. The modification of these diagrams triggers in turn the re-rendering of the full document. - If you want to write PDF reports using Semantic UI from Python, have a look at this other project.
