From c901a8fbbcc25d700acfa303ec64ef02a95c7a3f Mon Sep 17 00:00:00 2001 From: Kun Chen Date: Wed, 3 Jan 2024 10:11:41 -0500 Subject: [PATCH] fix docs generation --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 3c418b1..22f4a4f 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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