Skip to content

Commit ae62abd

Browse files
author
Diptorup Deb
committed
Formatting fixes.
1 parent 750eb32 commit ae62abd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ first step.
7070
7171
# Create a conda environment that hass needed dependencies installed
7272
conda create -n numba-dpex-env \
73-
dpctl dpnp numba spirv-tools dpcpp-llvm-spirv llvmdev pytest \
74-
-c intel -c conda-forge
73+
dpctl dpnp numba spirv-tools dpcpp-llvm-spirv llvmdev pytest \
74+
-c intel -c conda-forge
7575
# Activate the environment
7676
conda activate numba-dpex-env
7777
# Clone the numba-dpex repository

docs/source/user_guide/config.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Configuration Options for ``numba-dpex``
1010
prefix needs to be appended before each variable. For example, in order to
1111
turn ``SAVE_IR_FILES`` flag on, it needs to be passed as ``NUMBA_DPEX_SAVE_IR_FILES=1``
1212

13-
For example:
13+
For example:
1414

15-
.. code-block:: bash
15+
.. code-block:: bash
1616
17-
user@host:~/NUMBA_DPEX_SAVE_IR_FILES=1 python numba_dpex_program.py
17+
user@host:~/NUMBA_DPEX_SAVE_IR_FILES=1 python numba_dpex_program.py
1818
1919
2020
The list of available configuration flags are listed as follows:

0 commit comments

Comments
 (0)