Skip to content

Commit 93d3d4b

Browse files
committed
Add example report.html to documentation
1 parent b4efb2a commit 93d3d4b

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

docs/report.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 43 additions & 0 deletions
Large diffs are not rendered by default.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ extra_css:
3030
nav:
3131
- Overview: index.md
3232
- Getting started: getting-started.md
33+
- Report: report.md
3334
- API Reference: api.md
3435
- Examples:
3536
- examples/breast-cancer.md

0 commit comments

Comments
 (0)