diff options
author | Pjotr Prins | 2025-06-24 18:39:47 +0200 |
---|---|---|
committer | Pjotr Prins | 2025-06-24 18:39:47 +0200 |
commit | a2409d5fd57040815db6e6d1424d0f70b5286327 (patch) | |
tree | 0a0ed48057315e73d64fddbb9a982a175dd291a9 /doc/code | |
parent | 0ee17bf9c1e29d103667d1bdabcb052a14932b15 (diff) | |
download | pangemma-a2409d5fd57040815db6e6d1424d0f70b5286327.tar.gz |
Doc: edits
Diffstat (limited to 'doc/code')
-rw-r--r-- | doc/code/pangemma.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/code/pangemma.md b/doc/code/pangemma.md index e8c6544..eef522e 100644 --- a/doc/code/pangemma.md +++ b/doc/code/pangemma.md @@ -167,9 +167,7 @@ We recently introduced an lmdb version of the genotype file. This new genotype f ## Example - I created a very minimalistic example in Ruby with a simple round-robin scheduler: - -=> https://github.com/pjotrp/ruby-propagator-network/blob/main/propagator.rb +I created minimalistic examples in Ruby with 0MQ and [simple round-robin scheduler](https://github.com/pjotrp/ruby-propagator-network/blob/main/) ## Running tasks in parallel |