Skip to content

Commit 9762f43

Browse files
committed
Convert into monospace link texts
1 parent 2f48e45 commit 9762f43

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/source/user_guide/config.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ The list of available configuration flags are listed as follows:
3232
A flag to activate the native floating point (FP) atomcis support for supported devices. Requires ``llvm-spirv`` supporting the FP atomics extension. Set to ``0`` by default.
3333

3434
``DEBUG``:
35-
A flag to emit the debug info, inherited from `numba.core.config.DEBUG <https://github.com/numba/numba/blob/main/numba/core/config.py#L202>`__.
35+
A flag to emit the debug info, inherited from |numba.core.config.DEBUG|_.
3636

3737
``DEBUGINFO_DEFAULT``:
38-
The default value for the `debug` flag. Inherited from `numba.core.config.DEBUGINFO_DEFAULT <https://github.com/numba/numba/blob/main/numba/core/config.py#L488>`__
38+
The default value for the `debug` flag. Inherited from |numba.core.config.DEBUGINFO_DEFAULT|_.
3939

4040
``DUMP_KERNEL_LLVM``:
41-
A flag to emit LLVM assembly language format (``.ll``). Inherited from `numba.core.config.DUMP_OPTIMIZED <https://github.com/numba/numba/blob/main/numba/core/config.py#L301>`__
41+
A flag to emit LLVM assembly language format (``.ll``). Inherited from |numba.core.config.DUMP_OPTIMIZED|_.
4242

4343
``ENABLE_CACHE``:
4444
A flag to enable caching, set ``NUMBA_DPEX_ENABLE_CACHE=0`` to turn off. Set to ``1`` by default.
@@ -51,3 +51,12 @@ The list of available configuration flags are listed as follows:
5151

5252
``STATIC_LOCAL_MEM_PASS``:
5353
A flag to turn on the ``ConstantSizeStaticLocalMemoryPass`` in the kernel pipeline. The pass is turned off by default.
54+
55+
56+
.. |numba.core.config.DEBUG| replace:: ``numba.core.config.DEBUG``
57+
.. |numba.core.config.DEBUGINFO_DEFAULT| replace:: ``numba.core.config.DEBUGINFO_DEFAULT``
58+
.. |numba.core.config.DUMP_OPTIMIZED| replace:: ``numba.core.config.DUMP_OPTIMIZED``
59+
60+
.. _`numba.core.config.DEBUG`: https://github.com/numba/numba/blob/main/numba/core/config.py#L202
61+
.. _`numba.core.config.DEBUGINFO_DEFAULT`: https://github.com/numba/numba/blob/main/numba/core/config.py#L488
62+
.. _`numba.core.config.DUMP_OPTIMIZED`: https://github.com/numba/numba/blob/main/numba/core/config.py#L301

0 commit comments

Comments
 (0)