Skip to content

Commit

Permalink
fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyuan committed Jan 3, 2024
1 parent bc50cb3 commit c901a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ julia> plt = plot(grid, res.mean[1], yerror = res.stdev[1], xlabel="R", label="c

julia> plot!(plt, grid, res.mean[2], yerror = res.stdev[2], label="sphere")
```
![histogram](assets/circle_sphere.png?raw=true "Circle and Sphere")
![histogram](assets/circle_sphere.png)
# Algorithm
Expand Down

0 comments on commit c901a8f

Please sign in to comment.