Skip to content

Commit 869f66d

Browse files
committed
fix images on website
1 parent 608849f commit 869f66d

6 files changed

Lines changed: 110 additions & 83 deletions

File tree

index.html

Lines changed: 102 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,21 @@
1212

1313
<br>
1414
<div style="text-align:center">
15-
<a href="/assets/img/shinystan/home.png">
16-
<img src="/assets/img/shinystan/home.png" style="width: 25.7%;"/>
15+
<a href="man/figures/home.png">
16+
<img src="man/figures/home.png" style="width: 25.7%;"/>
1717
</a>
18-
<a href="/assets/img/shinystan/explore.png">
19-
<img src="/assets/img/shinystan/explore.png" style="width: 33.33%;"/>
18+
<a href="man/figures/explore.png">
19+
<img src="man/figures/explore.png" style="width: 33.33%;"/>
2020
</a>
21-
<a href="/assets/img/shinystan/diagnose.png">
22-
<img src="/assets/img/shinystan/diagnose.png" style="width: 33.33%;"/>
21+
<a href="man/figures/diagnose.png">
22+
<img src="man/figures/diagnose.png" style="width: 33.33%;"/>
2323
</a>
2424
</div>
2525

2626
<br>
2727

28+
29+
2830
ShinyStan provides immediate, informative, customizable visual and
2931
numerical summaries of model parameters and convergence diagnostics for
3032
MCMC simulations. The ShinyStan interface is coded primarily in R using

man/figures/diagnose.png

528 KB
Loading

man/figures/explore.png

350 KB
Loading

man/figures/home.png

351 KB
Loading

man/figures/nuts-stats.png

223 KB
Loading

0 commit comments

Comments
 (0)