Skip to content

Commit 0212f88

Browse files
committed
update image links
1 parent a3c401e commit 0212f88

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ Parallel calculations are the default if more than one thread is available. Use
7474

7575
The goal here is to provide a good implementation of cell lists. We compare it with the implementation of the nice cython/python [halotools](https://github.com/astropy/halotools) package, in the computation of an histogram of mean pairwise velocities.
7676

77-
<img src=https://github.com/lmiq/PairVelocities/blob/main/data/cd_v0.8.27-DEV.png>
77+
<img src="https://m3g.github.io/CellListMap.jl/stable/assets/b_cd.png">
7878

79-
<img src=https://github.com/lmiq/PairVelocities/blob/main/data/cv_v0.8.27-DEV.png>
79+
<img src="https://m3g.github.io/CellListMap.jl/stable/assets/b_cv.png">
8080

8181
The full test is available [at this](https://github.com/lmiq/PairVelocities) repository. And we kindly thank [Carolina Cuesta](https://github.com/florpi) for providing the example. These benchmarks were run on an Intel(R) Core(TM) i7-12700, using 8 CPUs.
8282

docs/src/LowLevel.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ julia> CellListMap.draw_computing_cell(x,box)
259259
```
260260

261261
```@raw html
262-
<img src=https://raw.githubusercontent.com/m3g/CellListMap.jl/main/docs/src/assets/lattice.png>
262+
<img src=../assets/lattice.png>
263263
```
264264

265265
The construction of the cell list is, as always, done with:
@@ -294,7 +294,7 @@ julia> scatter(Tuple.(p),aspect_ratio=1,framestyle=:box,label=:none)
294294
to work with an arbitrary 3D lattice, Which in this case looks like:
295295

296296
```@raw html
297-
<img src=https://raw.githubusercontent.com/m3g/CellListMap.jl/main/docs/src/assets/3Dlattice.png>
297+
<img src=../assets/3Dlattice.png>
298298
```
299299

300300
### Without periodic boundary conditions
@@ -572,9 +572,9 @@ The goal here is to provide a good implementation of cell lists. We compare it w
572572

573573
```@raw html
574574
<center>
575-
<img src=https://raw.githubusercontent.com/lmiq/PairVelocities/main/data/cd_v0.5.3.png>
575+
<img src=../assets/b_cd.png>
576576
<br>
577-
<img src=https://raw.githubusercontent.com/lmiq/PairVelocities/main/data/cv_v0.5.3.png>
577+
<img src=../assets/b_cv.png>
578578
</center>
579579
```
580580

docs/src/assets/b_cd.png

43.6 KB
Loading

docs/src/assets/b_cv.png

39.7 KB
Loading

0 commit comments

Comments
 (0)