Skip to content

Commit

Permalink
promote families.md into a higher category
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Aug 11, 2024
1 parent f796154 commit 6b1699c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ makedocs(;
"ELBO Maximization" => [
"Overview" => "elbo/overview.md",
"Reparameterization Gradient Estimator" => "elbo/repgradelbo.md",
"Variational Families" => "elbo/families.md",
],
"Variational Families" => "families.md",
],
)

Expand Down
2 changes: 1 addition & 1 deletion docs/src/elbo/families.md → docs/src/families.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ L = Diagonal(ones(2));
q = MeanFieldGaussian(μ, L)
```

### Sudent-$$t$$ Variational Families
### Student-$$t$$ Variational Families

```julia
using AdvancedVI, LinearAlgebra, Distributions;
Expand Down

0 comments on commit 6b1699c

Please sign in to comment.