Skip to content

Commit a18bb12

Browse files
committed
fix doc building error
1 parent c77dc2d commit a18bb12

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/src/api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ and hope to generate approximate samples from it.
6161
```@docs
6262
NormalizingFlows.elbo
6363
```
64+
65+
```@docs
66+
NormalizingFlows.elbo_batch
67+
```
68+
6469
#### Log-likelihood
6570

6671
By maximizing the log-likelihood, it is equivalent to minimizing the forward KL divergence between $q_\theta$ and $p$, i.e.,

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See the [documentation](https://turinglang.org/NormalizingFlows.jl/dev/) for mor
2121
To install the package, run the following command in the Julia REPL:
2222
```
2323
] # enter Pkg mode
24-
(@v1.9) pkg> add [email protected]:TuringLang/NormalizingFlows.jl.git
24+
(@v1.11) pkg> add [email protected]:TuringLang/NormalizingFlows.jl.git
2525
```
2626
Then simply run the following command to use the package:
2727
```julia

0 commit comments

Comments
 (0)