Skip to content

Commit e00ff03

Browse files
committed
fix.
1 parent 30d03e8 commit e00ff03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ It is not possible to combine parallelization with debugging. That is why `--pdb
7979
If you parallelize the execution of your tasks using two or more workers, do not use
8080
`breakpoint()` or `import pdb; pdb.set_trace()` since both will cause exceptions.
8181

82+
## Documentation
83+
84+
You find the documentation at <https://pytask-parallel.readthedocs.io/en/stable>.
85+
8286
## Changes
8387

8488
Consult the [release notes](https://pytask-parallel.readthedocs.io/en/stable/changes.html) to

0 commit comments

Comments
 (0)