Skip to content

Commit a40ae3f

Browse files
jklymaktimhoffm
andauthored
Apply suggestions from code review
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent e847b4f commit a40ae3f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

doc/devel/development_setup.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,18 @@ setup.
218218

219219
pixi run python -c "import matplotlib; print(matplotlib.__file__)"
220220

221-
Note there are some pixi tasks available as shortcuts::
221+
.. note::
222+
We provide some pixi tasks as shortcuts for common developent tasks. List the
223+
available tasks via ::
222224

223-
pixi task list
225+
pixi task list
224226

225-
If you do not want to use ``pixi run`` in front of every command, you can do::
227+
.. tip::
228+
If you do not want to use ``pixi run`` in front of every command, you can do::
226229

227-
pixi shell
230+
pixi shell
228231

229-
and continue to use pixi as a python environment.
232+
and continue to use pixi as a python environment.
230233

231234
.. note:: do not edit the ``pyproject.toml`` file and commit to the repository, as this
232235
will affect all developers. If you want to change the dependencies, please open an

0 commit comments

Comments
 (0)