Skip to content

Commit a00f7ea

Browse files
committed
move docs image
1 parent def5de8 commit a00f7ea

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cph.visualization.draw_geometries([pointcloud])
3333

3434
If the following window appears, you have succeeded.
3535

36-
![getting_started_1](https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/getting_started_1.png)
36+
![getting_started_1](https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/_static/getting_started_1.png)
3737

3838
Close the window and then downsample.
3939
Call the function that performs downsampling as follows.
@@ -44,7 +44,7 @@ downsampled = pointcloud.voxel_down_sample(0.05)
4444

4545
Draw the point cloud after downsampling.
4646

47-
![getting_started_2](https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/getting_started_2.png)
47+
![getting_started_2](https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/_static/getting_started_2.png)
4848

4949
That concludes our introduction!
5050
There's plenty of other features you can use and experiment with!

0 commit comments

Comments
 (0)