We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4efb2a commit 93d3d4bCopy full SHA for 93d3d4b
docs/report.md
@@ -0,0 +1,9 @@
1
+# Generate an HTML report for your project
2
+
3
+## Showcase
4
5
+<iframe src="../static/example_report.html"
6
+ width="100%" height="700px"
7
+ sandbox="allow-scripts allow-same-origin"
8
+ style="border:none;">
9
+</iframe>
docs/static/example_report.html
mkdocs.yml
@@ -30,6 +30,7 @@ extra_css:
30
nav:
31
- Overview: index.md
32
- Getting started: getting-started.md
33
+ - Report: report.md
34
- API Reference: api.md
35
- Examples:
36
- examples/breast-cancer.md
0 commit comments