Skip to content

Commit 1b6ca00

Browse files
committed
Remove changing output of nox -l as users can just use
1 parent 12fce12 commit 1b6ca00

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

doc/user_guide/getting_started.rst

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -165,33 +165,3 @@ Look at the configuration of Sonar for a:
165165
8. Go 🥜
166166
+++++++++++++
167167
You are ready to use the toolbox. With ``nox -l`` you can list all available tasks.
168-
169-
.. code-block:: console
170-
171-
$ nox -l
172-
Sessions defined in <PATH_TO_YOUR_PROJECT>/noxfile.py:
173-
174-
* project:fix -> Runs all automated fixes on the code base
175-
- project:check -> Runs all available checks on the project
176-
- project:report -> Collects and generates metrics summary for the workspace
177-
- test:unit -> Runs all unit tests
178-
- test:integration -> Runs the all integration tests
179-
- test:coverage -> Runs all tests (unit + integration) and reports the code coverage
180-
- lint:code -> Runs the static code analyzer on the project
181-
- lint:typing -> Runs the type checker on the project
182-
- lint:security -> Runs the security linter on the project
183-
- lint:dependencies -> Checks if only valid sources of dependencies are used
184-
- docs:multiversion -> Builds the multiversion project documentation
185-
- docs:build -> Builds the project documentation
186-
- docs:open -> Opens the built project documentation
187-
- docs:clean -> Removes the documentations build folder
188-
- release:prepare -> Prepares the project for a new release.
189-
190-
sessions marked with * are selected, sessions marked with - are skipped.
191-
192-
193-
Enjoy!
194-
195-
.. note::
196-
197-
The targets and their names may change over time, so the list below may not be up to date, as it is not automatically generated yet. Therefore, if you find discrepancies, please `submit a quick PR <https://github.com/exasol/python-toolbox/compare>`_ to address them.

0 commit comments

Comments
 (0)