Skip to content

Commit 48078c8

Browse files
MAINT: Use intersphinx linkage to oneDAL docs (#2717)
* use intersphinx linkage for onedal docs * typo
1 parent eca3869 commit 48078c8

File tree

3 files changed

+71
-260
lines changed

3 files changed

+71
-260
lines changed

doc/sources/about_daal4py.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ over the |onedal|. It has been deprecated in favor of the newer ``sklearnex`` mo
2626
same package, which offers a more idiomatic and higher-level interface for calling accelerated
2727
routines from the |onedal| in Python.
2828

29-
Internally, ``daal4py`` is a Python wrapper over the `now-deprecated "DAAL" interface <https://uxlfoundation.github.io/oneDAL/index.html#oneapi-vs-daal>`__
29+
Internally, ``daal4py`` is a Python wrapper over the :ref:`now-deprecated "DAAL" interface <onedal:oneapi_vs_daal>`
3030
of the |onedal|, while ``sklearnex`` is a module built atop of the "oneAPI" interface, offering
3131
DPC-based features such as :ref:`GPU support <oneapi_gpu>`.
3232

doc/sources/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"dpnp": ("https://intelpython.github.io/dpnp", None),
7979
"mpi4py": ("https://mpi4py.readthedocs.io/en/stable/", None),
8080
"xgboost": ("https://xgboost.readthedocs.io/en/stable/", None),
81+
"onedal": ("https://uxlfoundation.github.io/oneDAL/", None),
8182
# from scikit-learn, in case some object in sklearnex points to them:
8283
# https://github.com/scikit-learn/scikit-learn/blob/main/doc/conf.py
8384
"python": ("https://docs.python.org/{.major}".format(sys.version_info), None),

0 commit comments

Comments
 (0)