File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ as a general distributed task execution engine.
1212
1313[ Documentation] ( https://it4innovations.github.io/hyperqueue/ )
1414
15- If you find a bug or a problem with HyperQueue, please create an [ issue] ( https://github.com/It4innovations/hyperqueue/issues ) .
16- For more general discussion or feature requests, please use our
17- [ discussion forum] ( https://github.com/It4innovations/hyperqueue/discussions ) . If you want to chat
18- with the HyperQueue developers, you can use our [ Zulip] ( https://hyperqueue.zulipchat.com/ ) server.
15+ - You can check out [ examples] ( docs/examples ) to see how to use HyperQueue.
16+ - If you find a bug or a problem with HyperQueue, please create an [ issue] ( https://github.com/It4innovations/hyperqueue/issues ) .
17+ - For more general discussion or feature requests, please use our
18+ [ discussion forum] ( https://github.com/It4innovations/hyperqueue/discussions ) .
19+ - If you want to chat with the HyperQueue developers, you can use our [ Zulip] ( https://hyperqueue.zulipchat.com/ ) server.
1920
20- If you use HyperQueue in your research, please consider [ citing it] ( #publications ) .
21+ > If you use HyperQueue in your research, please consider [ citing it] ( #publications ) .
2122
2223This image shows how HyperQueue can work on a distributed cluster that uses Slurm or PBS:
2324
Original file line number Diff line number Diff line change 22Here you can find several examples of how HyperQueue can be used for various use-cases, both with the command-line
33interface and also with the Python API.
44
5- You can view these examples either in the [ documentation] ( https://it4innovations.github.io/hyperqueue/stable/examples/iterative-computation/ )
6- or on [ GitHub] ( https://github.com/It4innovations/hyperqueue/tree/main/examples ) .
7-
85- [ Iterative computation] ( ./iterative-computation/README.md )
File renamed without changes.
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ edit_uri: blob/main/docs/
77site_description : Documentation of HyperQueue.
88site_author : Ada Böhm, Jakub Beránek
99
10- watch :
11- - examples
12-
1310validation :
1411 links :
1512 # FIXME: we ignore the warning because of apidoc and cli-reference
@@ -108,7 +105,6 @@ plugins:
108105
109106hooks :
110107 - scripts/docs/build_cli_reference.py
111- - scripts/docs/copy_examples.py
112108
113109extra :
114110 analytics :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments