Skip to content

Commit

Permalink
Fix links to release links of main-devel tag (#6883)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminum authored Jul 23, 2024
1 parent c1b55ee commit 90810a3
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions docs/getting_started.in.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ interact with it. You can download the latest stable release app from `Github
releases <https://github.com/isl-org/Open3D/releases>`__. The latest development
version (``HEAD`` of ``main`` branch) viewer app is provided here [#]_:

* `Linux (Ubuntu 18.04+ or glibc 2.27+) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-viewer-@[email protected]>`__ [#]_
* `MacOSX v10.15+ (Intel or Apple Silicon) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-app-macosx-10_15-universal2.zip>`__
* `Windows 10+ (64-bit) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@[email protected]>`__
* `Linux (Ubuntu 18.04+ or glibc 2.27+) <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-viewer-@[email protected]>`__ [#]_
* `MacOSX v10.15+ (Intel or Apple Silicon) <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-app-macosx-10_15-universal2.zip>`__
* `Windows 10+ (64-bit) <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@[email protected]>`__

.. [#] Please use these links from the `latest version of this page <https://www.open3d.org/docs/latest/getting_started.html>`__ only.
.. [#] To check the `glibc` version on your system, run :code:`ldd --version`.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -95,28 +95,28 @@ version (``HEAD`` of ``main`` branch):
:widths: auto

* - Linux
- `Python 3.8 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp38-cp38-manylinux_2_27_x86_64.whl>`__
- `Python 3.9 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp39-cp39-manylinux_2_27_x86_64.whl>`__
- `Python 3.10 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-manylinux_2_27_x86_64.whl>`__
- `Python 3.11 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp311-cp311-manylinux_2_27_x86_64.whl>`__
- `Python 3.8 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-cp38-cp38-manylinux_2_27_x86_64.whl>`__
- `Python 3.9 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-cp39-cp39-manylinux_2_27_x86_64.whl>`__
- `Python 3.10 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-manylinux_2_27_x86_64.whl>`__
- `Python 3.11 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-cp311-cp311-manylinux_2_27_x86_64.whl>`__

* - Linux (CPU)
- `Python 3.8 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d_cpu-@OPEN3D_VERSION_FULL@-cp38-cp38-manylinux_2_27_x86_64.whl>`__
- `Python 3.9 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d_cpu-@OPEN3D_VERSION_FULL@-cp39-cp39-manylinux_2_27_x86_64.whl>`__
- `Python 3.10 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d_cpu-@OPEN3D_VERSION_FULL@-cp310-cp310-manylinux_2_27_x86_64.whl>`__
- `Python 3.11 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d_cpu-@OPEN3D_VERSION_FULL@-cp311-cp311-manylinux_2_27_x86_64.whl>`__
- `Python 3.8 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d_cpu-@OPEN3D_VERSION_FULL@-cp38-cp38-manylinux_2_27_x86_64.whl>`__
- `Python 3.9 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d_cpu-@OPEN3D_VERSION_FULL@-cp39-cp39-manylinux_2_27_x86_64.whl>`__
- `Python 3.10 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d_cpu-@OPEN3D_VERSION_FULL@-cp310-cp310-manylinux_2_27_x86_64.whl>`__
- `Python 3.11 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d_cpu-@OPEN3D_VERSION_FULL@-cp311-cp311-manylinux_2_27_x86_64.whl>`__

* - MacOS
- `Python 3.8 (x86_64) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp38-cp38-macosx_11_0_x86_64.whl>`__
- `Python 3.9 (x86_64) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp39-cp39-macosx_11_0_x86_64.whl>`__
- `Python 3.10 (x86_64+arm64) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-macosx_11_0_universal2.whl>`__
- `Python 3.11 (x86_64+arm64) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp311-cp311-macosx_10_15_universal2.whl>`__
- `Python 3.8 (x86_64) <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-cp38-cp38-macosx_11_0_x86_64.whl>`__
- `Python 3.9 (x86_64) <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-cp39-cp39-macosx_11_0_x86_64.whl>`__
- `Python 3.10 (x86_64+arm64) <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-macosx_11_0_universal2.whl>`__
- `Python 3.11 (x86_64+arm64) <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-cp311-cp311-macosx_10_15_universal2.whl>`__

* - Windows
- `Python 3.8 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp38-cp38-win_amd64.whl>`__
- `Python 3.9 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp39-cp39-win_amd64.whl>`__
- `Python 3.10 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-win_amd64.whl>`__
- `Python 3.11 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp311-cp311-win_amd64.whl>`__
- `Python 3.8 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-cp38-cp38-win_amd64.whl>`__
- `Python 3.9 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-cp39-cp39-win_amd64.whl>`__
- `Python 3.10 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-win_amd64.whl>`__
- `Python 3.11 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-@OPEN3D_VERSION_FULL@-cp311-cp311-win_amd64.whl>`__

Please use these links from the `latest version of this page
<https://www.open3d.org/docs/latest/getting_started.html>`__ only. You can also
Expand Down Expand Up @@ -187,24 +187,24 @@ available for the main supported platforms. Also, the latest development version
.. hlist::
:columns: 2

* `x86_64 (CXX11 ABI) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-linux-x86_64-cxx11-abi-@[email protected]>`__
* `x86_64 (CXX11 ABI) with CUDA 11.x <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-linux-x86_64-cxx11-abi-cuda-@[email protected]>`__
* `x86_64 (pre CXX11 ABI) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-linux-x86_64-pre-cxx11-abi-@[email protected]>`__
* `x86_64 (pre CXX11 ABI) with CUDA 11.x <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-linux-x86_64-pre-cxx11-abi-cuda-@[email protected]>`__
* `x86_64 (CXX11 ABI) <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-devel-linux-x86_64-cxx11-abi-@[email protected]>`__
* `x86_64 (CXX11 ABI) with CUDA 11.x <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-devel-linux-x86_64-cxx11-abi-cuda-@[email protected]>`__
* `x86_64 (pre CXX11 ABI) <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-devel-linux-x86_64-pre-cxx11-abi-@[email protected]>`__
* `x86_64 (pre CXX11 ABI) with CUDA 11.x <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-devel-linux-x86_64-pre-cxx11-abi-cuda-@[email protected]>`__

:MacOSX v10.15+:
.. hlist::
:columns: 2

* `x86_64 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-darwin-x86_64-@[email protected]>`__
* `arm64 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-darwin-arm64-@[email protected]>`__
* `x86_64 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-devel-darwin-x86_64-@[email protected]>`__
* `arm64 <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-devel-darwin-arm64-@[email protected]>`__

:Windows 10+:
.. hlist::
:columns: 2

* `x86_64 Release <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-windows-amd64-@[email protected]>`__
* `x86_64 Debug <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-windows-amd64-@[email protected]>`__
* `x86_64 Release <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-devel-windows-amd64-@[email protected]>`__
* `x86_64 Debug <https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-devel-windows-amd64-@[email protected]>`__

.. [#] Please use these links from the `latest version of this page <https://www.open3d.org/docs/latest/getting_started.html>`__
only.
Expand Down

0 comments on commit 90810a3

Please sign in to comment.