Skip to content

Commit bf482c9

Browse files
Merge pull request #41 from OlafenwaMoses/moses/site-url
update site url for mkdocs
2 parents 26f9c5c + 284c6b4 commit bf482c9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
Point-cloud inputs and outputs use OpenGL/viewer camera space: `X+` right, `Y+` up, and `Z-` forward into the scene.
66

7-
📖 **[Full documentation →](https://olafenwamoses.github.io/vizion3D/)**
7+
📖 **[Full documentation →](https://docs.vizion3d.org/)**
88

99
---
1010

11-
![input image](https://olafenwamoses.github.io/vizion3D/assets/images/roomhd.jpg)
11+
![input image](https://docs.vizion3d.org/assets/images/roomhd.jpg)
1212

13-
![depth map](https://olafenwamoses.github.io/vizion3D/assets/images/roomhd_depth.png)
13+
![depth map](https://docs.vizion3d.org/assets/images/roomhd_depth.png)
1414

1515
---
1616

@@ -22,7 +22,7 @@ Requires **Python 3.12** (Open3D constraint).
2222
pip install "vizion3d[cpu]"
2323
```
2424

25-
For NVIDIA CUDA, AMD ROCm, or Apple Silicon MPS, see the [Hardware Acceleration](https://olafenwamoses.github.io/vizion3D/hardware_acceleration/) page.
25+
For NVIDIA CUDA, AMD ROCm, or Apple Silicon MPS, see the [Hardware Acceleration](https://docs.vizion3d.org/hardware_acceleration/) page.
2626

2727
---
2828

@@ -79,4 +79,4 @@ o3d.io.write_point_cloud("annotated.ply", result.annotated_cloud)
7979

8080
Full reference, REST/gRPC guides, hardware setup, and task catalogue:
8181

82-
**[https://olafenwamoses.github.io/vizion3D/](https://olafenwamoses.github.io/vizion3D/)**
82+
**[https://docs.vizion3d.org/](https://docs.vizion3d.org/)**

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: vizion3d
2-
site_url: https://olafenwamoses.github.io/vizion3D/
2+
site_url: https://docs.vizion3d.org/
33
site_description: Unified 3D Computer Vision Library
44
theme:
55
name: material

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ amd = []
9494

9595
[project.urls]
9696
Homepage = "https://github.com/OlafenwaMoses/vizion3D"
97-
Documentation = "https://olafenwamoses.github.io/vizion3D"
97+
Documentation = "https://docs.vizion3d.org"
9898
Repository = "https://github.com/OlafenwaMoses/vizion3D"
9999
Issues = "https://github.com/OlafenwaMoses/vizion3D/issues"
100100

0 commit comments

Comments
 (0)