Skip to content

Commit

Permalink
try fixing missing images on website
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Jan 15, 2025
1 parent e609d89 commit 1bba349
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 44 deletions.
29 changes: 11 additions & 18 deletions index.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@

<br>

<a href="https://mc-stan.org/assets/img/bayesplot/mcmc_areas-rstanarm.png">
<img src="https://mc-stan.org/assets/img/bayesplot/mcmc_areas-rstanarm.png" style="width: 15%;"/>
<a href="man/figures/mcmc_areas-rstanarm.png">
<img src="man/figures/mcmc_areas-rstanarm.png" style="width: 15%;"/>
</a>
<a href="https://mc-stan.org/assets/img/bayesplot/mcmc_nuts_energy-rstan.png">
<img src="https://mc-stan.org/assets/img/bayesplot/mcmc_nuts_energy-rstan.png" style="width: 15%;"/>
<a href="man/figures/mcmc_nuts_energy-rstan.png">
<img src="man/figures/mcmc_nuts_energy-rstan.png" style="width: 15%;"/>
</a>
<a href="https://mc-stan.org/assets/img/bayesplot/mcmc_trace-rstan.png">
<img src="https://mc-stan.org/assets/img/bayesplot/mcmc_trace-rstan.png" style="width: 15%;"/>
<a href="man/figures/mcmc_trace-rstan.png">
<img src="man/figures/mcmc_trace-rstan.png" style="width: 15%;"/>
</a>
<a href="https://mc-stan.org/assets/img/bayesplot/ppc_dens_overlay-rstanarm.png">
<img src="https://mc-stan.org/assets/img/bayesplot/ppc_dens_overlay-rstanarm.png" style="width: 15%;"/>
<a href="man/figures/ppc_dens_overlay-rstanarm.png">
<img src="man/figures/ppc_dens_overlay-rstanarm.png" style="width: 15%;"/>
</a>
<a href="https://mc-stan.org/assets/img/bayesplot/ppc_intervals-rstanarm.png">
<img src="https://mc-stan.org/assets/img/bayesplot/ppc_intervals-rstanarm.png" style="width: 15%;"/>
<a href="man/figures/ppc_intervals-rstanarm.png">
<img src="man/figures/ppc_intervals-rstanarm.png" style="width: 15%;"/>
</a>
<a href="https://mc-stan.org/assets/img/bayesplot/ppc_stat-rstanarm.png">
<img src="https://mc-stan.org/assets/img/bayesplot/ppc_stat-rstanarm.png" style="width: 15%;"/>
<a href="man/figures/ppc_stat-rstanarm.png">
<img src="man/figures/ppc_stat-rstanarm.png" style="width: 15%;"/>
</a>


Expand Down Expand Up @@ -107,8 +107,8 @@ mcmc_areas(posterior,
```

<div style="text-align:center">
<a href="https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/mcmc_areas-rstanarm.png">
<img src=https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/mcmc_areas-rstanarm.png width=50%/>
<a href="man/figures/mcmc_areas-rstanarm.png">
<img src=man/figures/mcmc_areas-rstanarm.png width=50%/>
</a>
</div>

Expand All @@ -119,8 +119,8 @@ ppc_dens_overlay(y = fit$y,
```

<div style="text-align:center">
<a href="https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/ppc_dens_overlay-rstanarm.png">
<img src=https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/ppc_dens_overlay-rstanarm.png width=50%/>
<a href="man/figures/ppc_dens_overlay-rstanarm.png">
<img src=man/figures/ppc_dens_overlay-rstanarm.png width=50%/>
</a>
</div>

Expand All @@ -137,8 +137,8 @@ fit %>%
```

<div style="text-align:center">
<a href="https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/ppc_stat_grouped-rstanarm.png">
<img src=https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/ppc_stat_grouped-rstanarm.png width=50%/>
<a href="man/figures/ppc_stat_grouped-rstanarm.png">
<img src=man/figures/ppc_stat_grouped-rstanarm.png width=50%/>
</a>
</div>

Expand All @@ -155,8 +155,8 @@ p + facet_text(size = 15)
```

<div style="text-align:center">
<a href="https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/mcmc_trace-rstan.png">
<img src=https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/mcmc_trace-rstan.png width=50% />
<a href="man/figures/mcmc_trace-rstan.png">
<img src=man/figures/mcmc_trace-rstan.png width=50% />
</a>
</div>

Expand All @@ -172,8 +172,8 @@ mcmc_scatter(
```

<div style="text-align:center">
<a href="https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/mcmc_scatter-rstan.png">
<img src=https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/mcmc_scatter-rstan.png width=50% />
<a href="man/figures/mcmc_scatter-rstan.png">
<img src=man/figures/mcmc_scatter-rstan.png width=50% />
</a>
</div>

Expand All @@ -184,8 +184,8 @@ mcmc_nuts_energy(np) + ggtitle("NUTS Energy Diagnostic")
```

<div style="text-align:center">
<a href="https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/mcmc_nuts_energy-rstan.png">
<img src=https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/mcmc_nuts_energy-rstan.png width=50% />
<a href="man/figures/mcmc_nuts_energy-rstan.png">
<img src=man/figures/mcmc_nuts_energy-rstan.png width=50% />
</a>
</div>

Expand All @@ -211,7 +211,7 @@ ppc_intervals(
```

<div style="text-align:center">
<a href="https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/ppc_intervals-rstanarm.png">
<img src=https://raw.githubusercontent.com/stan-dev/bayesplot/master/images/ppc_intervals-rstanarm.png width=55% />
<a href="man/figures/ppc_intervals-rstanarm.png">
<img src=man/figures/ppc_intervals-rstanarm.png width=55% />
</a>
</div>
Binary file added man/figures/mcmc_areas-rstanarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/mcmc_nuts_energy-rstan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/mcmc_scatter-rstan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/mcmc_trace-rstan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/ppc_dens_overlay-rstanarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/ppc_intervals-rstanarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/ppc_stat-rstanarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/ppc_stat_grouped-rstanarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reference/figures/mcmc_areas-rstanarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reference/figures/mcmc_nuts_energy-rstan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reference/figures/mcmc_scatter-rstan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reference/figures/mcmc_trace-rstan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reference/figures/ppc_dens_overlay-rstanarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reference/figures/ppc_intervals-rstanarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reference/figures/ppc_stat-rstanarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1bba349

Please sign in to comment.