Skip to content

Commit 19847e0

Browse files
committed
Remove table with outdated nox tasks in favor of command usage
1 parent 9a4a7d4 commit 19847e0

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

doc/design.rst

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -150,32 +150,11 @@ Tasks
150150
~~~~~
151151
.. todo:: Add diagram configuration and tasks (noxfile.py + noxconfig.py + exasol.toolbox)
152152

153-
.. list-table::
154-
:header-rows: 1
155-
:widths: 30 70
153+
To view all the defined nox tasks & their definitions use:
156154

157-
* - Tasks
158-
- Description
159-
* - fix
160-
- Runs all automated fixes on the code base
161-
* - check
162-
- Runs all available checks on the project
163-
* - lint
164-
- Runs the linter on the project
165-
* - type-check
166-
- Runs the type checker on the project
167-
* - unit-tests
168-
- Runs all unit tests
169-
* - integration-tests
170-
- Runs the all integration tests
171-
* - coverage
172-
- Runs all tests (unit + integration) and reports the code coverage
173-
* - build-docs
174-
- Builds the project documentation
175-
* - open-docs
176-
- Opens the built project documentation
177-
* - clean-docs
178-
- Removes the documentations build folder
155+
.. code-block:: shell
156+
157+
poetry run nox -l
179158
180159
Workflows
181160
~~~~~~~~~

0 commit comments

Comments
 (0)