Skip to content

Commit 6c7ec98

Browse files
Fixed wordings, added hyperlinks to extension generators
1 parent 5fd500c commit 6c7ec98

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/doc_sources/api_reference/index.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,18 @@ The package ``dpctl`` provides
1616
* Python C-API
1717
- :ref:`C API <dpctl_capi>` for working with Python classes defined in :mod:`dpctl`
1818
* Extension generators
19-
- :ref:`Cython declarations <dpctl_cython_api>` for classes defined in :py:mod:`dpctl` and supporting functions
20-
- :ref:`Integration with pybind11 <dpctl_pybind11_api>`, defining type casters mapping SYCL classes to Python classes, as well as defining C++ classes wrapping a Python object for :class:`dpctl.tensor.usm_ndarray` and :mod:`dpctl.memory` objects.
21-
- :ref:`Integration with CMake <dpctl_cmake_support>` to simplify building DPC++-based Python extension using scikit-build.
19+
- :ref:`Declarations <dpctl_cython_api>` for classes defined in :py:mod:`dpctl` and supporting functions for use in `Cython <cython_docs_>`_.
20+
- :ref:`Integration <dpctl_pybind11_api>` with `pybind11 <pybind11_docs_>`_ defines type casters connecting SYCL classes and Python classes, as well as defines C++ classes wrapping a Python object for :class:`dpctl.tensor.usm_ndarray` and :mod:`dpctl.memory` objects.
21+
- :ref:`Integration <dpctl_cmake_support>` with `CMake <cmake_docs_>`_ to simplify building DPC++-based Python extension using `scikit-build <skbuild_docs_>`_.
2222
* C API for DPC++ runtime
2323
- :doc:`DPCTLSyclInterface C library <libsyclinterface/generated/index>`
2424

25+
26+
.. _cmake_docs: https://cmake.org/documentation/
27+
.. _cython_docs: https://cython.readthedocs.io/en/latest/
28+
.. _skbuild_docs: https://scikit-build.readthedocs.io/en/latest/
29+
.. _pybind11_docs: https://pybind11.readthedocs.io/en/stable/
30+
2531
.. toctree::
2632
:hidden:
2733

0 commit comments

Comments
 (0)