We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d03e8 commit e00ff03Copy full SHA for e00ff03
README.md
@@ -79,6 +79,10 @@ It is not possible to combine parallelization with debugging. That is why `--pdb
79
If you parallelize the execution of your tasks using two or more workers, do not use
80
`breakpoint()` or `import pdb; pdb.set_trace()` since both will cause exceptions.
81
82
+## Documentation
83
+
84
+You find the documentation at <https://pytask-parallel.readthedocs.io/en/stable>.
85
86
## Changes
87
88
Consult the [release notes](https://pytask-parallel.readthedocs.io/en/stable/changes.html) to
0 commit comments