From 284c6b43c6d1edf1720a89fb0da85c1a4fee6f9c Mon Sep 17 00:00:00 2001 From: OlafenwaMoses Date: Sat, 16 May 2026 02:33:08 +0100 Subject: [PATCH] update site url for mkdocs --- README.md | 10 +++++----- mkdocs.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5665fcb..b4446f1 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Point-cloud inputs and outputs use OpenGL/viewer camera space: `X+` right, `Y+` up, and `Z-` forward into the scene. -📖 **[Full documentation →](https://olafenwamoses.github.io/vizion3D/)** +📖 **[Full documentation →](https://docs.vizion3d.org/)** --- -![input image](https://olafenwamoses.github.io/vizion3D/assets/images/roomhd.jpg) +![input image](https://docs.vizion3d.org/assets/images/roomhd.jpg) -![depth map](https://olafenwamoses.github.io/vizion3D/assets/images/roomhd_depth.png) +![depth map](https://docs.vizion3d.org/assets/images/roomhd_depth.png) --- @@ -22,7 +22,7 @@ Requires **Python 3.12** (Open3D constraint). pip install "vizion3d[cpu]" ``` -For NVIDIA CUDA, AMD ROCm, or Apple Silicon MPS, see the [Hardware Acceleration](https://olafenwamoses.github.io/vizion3D/hardware_acceleration/) page. +For NVIDIA CUDA, AMD ROCm, or Apple Silicon MPS, see the [Hardware Acceleration](https://docs.vizion3d.org/hardware_acceleration/) page. --- @@ -79,4 +79,4 @@ o3d.io.write_point_cloud("annotated.ply", result.annotated_cloud) Full reference, REST/gRPC guides, hardware setup, and task catalogue: -**[https://olafenwamoses.github.io/vizion3D/](https://olafenwamoses.github.io/vizion3D/)** +**[https://docs.vizion3d.org/](https://docs.vizion3d.org/)** diff --git a/mkdocs.yml b/mkdocs.yml index 08668cb..1a619a8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: vizion3d -site_url: https://olafenwamoses.github.io/vizion3D/ +site_url: https://docs.vizion3d.org/ site_description: Unified 3D Computer Vision Library theme: name: material diff --git a/pyproject.toml b/pyproject.toml index c0bcbed..e752171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ amd = [] [project.urls] Homepage = "https://github.com/OlafenwaMoses/vizion3D" -Documentation = "https://olafenwamoses.github.io/vizion3D" +Documentation = "https://docs.vizion3d.org" Repository = "https://github.com/OlafenwaMoses/vizion3D" Issues = "https://github.com/OlafenwaMoses/vizion3D/issues"