Skip to content

Commit 0dc7938

Browse files
committed
✅ Update test report files with the home image addition
1 parent ae57557 commit 0dc7938

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

tests/report_examples/Basic_example_vuegen_demo_notebook/docx/quarto_report/quarto_report.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ report_dir = Path().cwd()
2727

2828
A general description of the report.
2929

30+
![](../../../../../docs/example_data/Basic_example_vuegen_demo_notebook/home_image.png){fig-alt= width=90%}
31+
3032
# Plots
3133
## Interactive Plots
3234
Optional description for section.

tests/report_examples/Basic_example_vuegen_demo_notebook/html/quarto_report/quarto_report.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ report_dir = Path().cwd()
5353

5454
A general description of the report.
5555

56+
![](../../../../../docs/example_data/Basic_example_vuegen_demo_notebook/home_image.png){fig-alt= width=90%}
57+
5658
# Plots
5759
## Interactive Plots
5860
Optional description for section.

tests/report_examples/Basic_example_vuegen_demo_notebook/jupyter/quarto_report/quarto_report.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ report_dir = Path().cwd()
5353

5454
A general description of the report.
5555

56+
![](../../../../../docs/example_data/Basic_example_vuegen_demo_notebook/home_image.png){fig-alt= width=90%}
57+
5658
# Plots
5759
## Interactive Plots
5860
Optional description for section.

tests/report_examples/Basic_example_vuegen_demo_notebook/odt/quarto_report/quarto_report.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ report_dir = Path().cwd()
2727

2828
A general description of the report.
2929

30+
![](../../../../../docs/example_data/Basic_example_vuegen_demo_notebook/home_image.png){fig-alt= width=90%}
31+
3032
# Plots
3133
## Interactive Plots
3234
Optional description for section.

tests/report_examples/Basic_example_vuegen_demo_notebook/pdf/quarto_report/quarto_report.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ report_dir = Path().cwd()
3939

4040
A general description of the report.
4141

42+
![](../../../../../docs/example_data/Basic_example_vuegen_demo_notebook/home_image.png){fig-alt= width=90%}
43+
4244
# Plots
4345
## Interactive Plots
4446
Optional description for section.

tests/report_examples/Basic_example_vuegen_demo_notebook/pptx/quarto_report/quarto_report.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ report_dir = Path().cwd()
2828

2929
A general description of the report.
3030

31+
![](../../../../../docs/example_data/Basic_example_vuegen_demo_notebook/home_image.png){fig-alt= width=90%}
32+
3133
# Plots
3234
## Interactive Plots
3335
Optional description for section.

tests/report_examples/Basic_example_vuegen_demo_notebook/revealjs/quarto_report/quarto_report.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ report_dir = Path().cwd()
5454

5555
A general description of the report.
5656

57+
![](../../../../../docs/example_data/Basic_example_vuegen_demo_notebook/home_image.png){fig-alt= width=90%}
58+
5759
# Plots
5860
## Interactive Plots
5961
Optional description for section.

tests/report_examples/Basic_example_vuegen_demo_notebook/streamlit_report/sections/Home/Homepage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
),
88
unsafe_allow_html=True)
99

10+
11+
st.image('docs/example_data/Basic_example_vuegen_demo_notebook/home_image.png', use_column_width=True)
1012
footer = '''
1113
<style type="text/css">
1214
.footer {

0 commit comments

Comments
 (0)