Skip to content

Commit 08aa044

Browse files
fixed small blemishes
1 parent 63c754c commit 08aa044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docfiles/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ deallocators. Dpctl's Python API provides classes that implement
1212
using SYCL USM memory; making it possible to create Python objects that are
1313
backed by SYCL USM memory.
1414

15-
Dpctl also supports the DPCPP ``oneapi::filter_selector`` extension and has
15+
Dpctl also supports the DPCPP :oneapi_filter_selection:`oneapi::filter_selector <>` extension and has
1616
experimental support for SYCL's ``kernel`` and ``program`` classes.

docs/docfiles/user_guides/manual/dpctl/queues.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ is called.
6868
:caption: Constructing SyclQueue from filter selector
6969
:linenos:
7070

71-
A possible output for the example :ref:`fig-constructing-queue-filter-selector:` may be:
71+
A possible output for the example :ref:`fig-constructing-queue-filter-selector` may be:
7272

7373
.. program-output:: python ../examples/python/sycl_queue.py -r create_queue_from_filter_selector
7474

0 commit comments

Comments
 (0)