From 90810a335a544903bbad349177741ea6dd516184 Mon Sep 17 00:00:00 2001 From: Benjamin Ummenhofer Date: Tue, 23 Jul 2024 17:44:20 +0200 Subject: [PATCH] Fix links to release links of main-devel tag (#6883) --- docs/getting_started.in.rst | 60 ++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/docs/getting_started.in.rst b/docs/getting_started.in.rst index 534b76ff36d..82352383ab3 100644 --- a/docs/getting_started.in.rst +++ b/docs/getting_started.in.rst @@ -13,9 +13,9 @@ interact with it. You can download the latest stable release app from `Github releases `__. The latest development version (``HEAD`` of ``main`` branch) viewer app is provided here [#]_: -* `Linux (Ubuntu 18.04+ or glibc 2.27+) `__ [#]_ -* `MacOSX v10.15+ (Intel or Apple Silicon) `__ -* `Windows 10+ (64-bit) `__ +* `Linux (Ubuntu 18.04+ or glibc 2.27+) `__ [#]_ +* `MacOSX v10.15+ (Intel or Apple Silicon) `__ +* `Windows 10+ (64-bit) `__ .. [#] Please use these links from the `latest version of this page `__ only. .. [#] To check the `glibc` version on your system, run :code:`ldd --version`. @@ -52,8 +52,8 @@ Pip (PyPI) .. warning:: - Versions of ``numpy>=2.0.0`` require the latest development version of Open3D or - ``Open3D>0.18.0``. If you are using an older version of Open3D, downgrade ``numpy`` + Versions of ``numpy>=2.0.0`` require ``Open3D>0.18.0`` or the latest development + version of Open3D. If you are using an older version of Open3D, downgrade ``numpy`` with .. code-block:: bash @@ -67,7 +67,7 @@ Pip (PyPI) .. code-block:: bash - pip install -U pip>=20.3 + pip install -U "pip>=20.3" .. note:: In general, we recommend using a @@ -95,28 +95,28 @@ version (``HEAD`` of ``main`` branch): :widths: auto * - Linux - - `Python 3.8 `__ - - `Python 3.9 `__ - - `Python 3.10 `__ - - `Python 3.11 `__ + - `Python 3.8 `__ + - `Python 3.9 `__ + - `Python 3.10 `__ + - `Python 3.11 `__ * - Linux (CPU) - - `Python 3.8 `__ - - `Python 3.9 `__ - - `Python 3.10 `__ - - `Python 3.11 `__ + - `Python 3.8 `__ + - `Python 3.9 `__ + - `Python 3.10 `__ + - `Python 3.11 `__ * - MacOS - - `Python 3.8 (x86_64) `__ - - `Python 3.9 (x86_64) `__ - - `Python 3.10 (x86_64+arm64) `__ - - `Python 3.11 (x86_64+arm64) `__ + - `Python 3.8 (x86_64) `__ + - `Python 3.9 (x86_64) `__ + - `Python 3.10 (x86_64+arm64) `__ + - `Python 3.11 (x86_64+arm64) `__ * - Windows - - `Python 3.8 `__ - - `Python 3.9 `__ - - `Python 3.10 `__ - - `Python 3.11 `__ + - `Python 3.8 `__ + - `Python 3.9 `__ + - `Python 3.10 `__ + - `Python 3.11 `__ Please use these links from the `latest version of this page `__ only. You can also @@ -187,24 +187,24 @@ available for the main supported platforms. Also, the latest development version .. hlist:: :columns: 2 - * `x86_64 (CXX11 ABI) `__ - * `x86_64 (CXX11 ABI) with CUDA 11.x `__ - * `x86_64 (pre CXX11 ABI) `__ - * `x86_64 (pre CXX11 ABI) with CUDA 11.x `__ + * `x86_64 (CXX11 ABI) `__ + * `x86_64 (CXX11 ABI) with CUDA 11.x `__ + * `x86_64 (pre CXX11 ABI) `__ + * `x86_64 (pre CXX11 ABI) with CUDA 11.x `__ :MacOSX v10.15+: .. hlist:: :columns: 2 - * `x86_64 `__ - * `arm64 `__ + * `x86_64 `__ + * `arm64 `__ :Windows 10+: .. hlist:: :columns: 2 - * `x86_64 Release `__ - * `x86_64 Debug `__ + * `x86_64 Release `__ + * `x86_64 Debug `__ .. [#] Please use these links from the `latest version of this page `__ only.