From a00f7ea4c344223db801465fac94f96996849d63 Mon Sep 17 00:00:00 2001 From: nekanat Date: Sun, 16 Oct 2022 21:07:42 +0900 Subject: [PATCH] move docs image --- docs/{ => _static}/getting_started_1.png | Bin docs/{ => _static}/getting_started_2.png | Bin docs/getting_started.md | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{ => _static}/getting_started_1.png (100%) rename docs/{ => _static}/getting_started_2.png (100%) diff --git a/docs/getting_started_1.png b/docs/_static/getting_started_1.png similarity index 100% rename from docs/getting_started_1.png rename to docs/_static/getting_started_1.png diff --git a/docs/getting_started_2.png b/docs/_static/getting_started_2.png similarity index 100% rename from docs/getting_started_2.png rename to docs/_static/getting_started_2.png diff --git a/docs/getting_started.md b/docs/getting_started.md index b35d33f7..cfeb7500 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -33,7 +33,7 @@ cph.visualization.draw_geometries([pointcloud]) If the following window appears, you have succeeded. -![getting_started_1](https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/getting_started_1.png) +![getting_started_1](https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/_static/getting_started_1.png) Close the window and then downsample. Call the function that performs downsampling as follows. @@ -44,7 +44,7 @@ downsampled = pointcloud.voxel_down_sample(0.05) Draw the point cloud after downsampling. -![getting_started_2](https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/getting_started_2.png) +![getting_started_2](https://raw.githubusercontent.com/neka-nat/cupoch/master/docs/_static/getting_started_2.png) That concludes our introduction! There's plenty of other features you can use and experiment with!