From 1e3c382d1a9ffcbbafda1ed5a3dbb3dee1eb0904 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 01:40:33 +0100 Subject: [PATCH 1/9] fix formatting --- docs/part/trackable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/part/trackable.md b/docs/part/trackable.md index b661d65..957efe6 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -22,8 +22,8 @@ For faster input there are several ways to define the wanted serial numbers(SN): | | `1` | `[1]` | single SN | | , | `1,3,5` | `[1, 3, 5]` | list of SNs | | - | `1-5` | `[1, 2, 3, 4, 5]` | strech of SN | -| \+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from \ | -| \+\ | `2+2` | `[2, 3, 4]` | \ SNs add. to \ | +| + | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from | +| + | `2+2` | `[2, 3, 4]` | SNs add. to | These rules can be mix-and-matched with whitespaces or commas separating them. For example: From d2f50b362f43b0983e5fa3f54e86aeb999d815d1 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 01:49:26 +0100 Subject: [PATCH 2/9] use character encoding --- docs/part/trackable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/part/trackable.md b/docs/part/trackable.md index 957efe6..373c6e1 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -22,8 +22,8 @@ For faster input there are several ways to define the wanted serial numbers(SN): | | `1` | `[1]` | single SN | | , | `1,3,5` | `[1, 3, 5]` | list of SNs | | - | `1-5` | `[1, 2, 3, 4, 5]` | strech of SN | -| + | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from | -| + | `2+2` | `[2, 3, 4]` | SNs add. to | +| <start>+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from <start> | +| <start>+<lenght> | `2+2` | `[2, 3, 4]` | <length> SNs add. to <start> | These rules can be mix-and-matched with whitespaces or commas separating them. For example: From 8ce972d932d6210de167b58fcf4815186a9a93ee Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 01:52:34 +0100 Subject: [PATCH 3/9] markup for special segments --- docs/part/trackable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/part/trackable.md b/docs/part/trackable.md index 373c6e1..1e0f231 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -22,8 +22,8 @@ For faster input there are several ways to define the wanted serial numbers(SN): | | `1` | `[1]` | single SN | | , | `1,3,5` | `[1, 3, 5]` | list of SNs | | - | `1-5` | `[1, 2, 3, 4, 5]` | strech of SN | -| <start>+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from <start> | -| <start>+<lenght> | `2+2` | `[2, 3, 4]` | <length> SNs add. to <start> | +| `<start>`+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `<start>` | +| `<start>`+<lenght> | `2+2` | `[2, 3, 4]` | `<length>` SNs added to `<start>` | These rules can be mix-and-matched with whitespaces or commas separating them. For example: From fb913e31297f314bc26a16449da5d78bce4b23e7 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 01:54:47 +0100 Subject: [PATCH 4/9] fix spelling --- docs/part/trackable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/part/trackable.md b/docs/part/trackable.md index 1e0f231..5d4d42f 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -23,7 +23,7 @@ For faster input there are several ways to define the wanted serial numbers(SN): | , | `1,3,5` | `[1, 3, 5]` | list of SNs | | - | `1-5` | `[1, 2, 3, 4, 5]` | strech of SN | | `<start>`+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `<start>` | -| `<start>`+<lenght> | `2+2` | `[2, 3, 4]` | `<length>` SNs added to `<start>` | +| `<start>`+<length> | `2+2` | `[2, 3, 4]` | `<length>` SNs added to `<start>` | These rules can be mix-and-matched with whitespaces or commas separating them. For example: From ddbadca0ed7b366c9bb9659831190acf5968fc3c Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 01:56:18 +0100 Subject: [PATCH 5/9] formatting again --- docs/part/trackable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/part/trackable.md b/docs/part/trackable.md index 5d4d42f..f33c637 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -22,7 +22,7 @@ For faster input there are several ways to define the wanted serial numbers(SN): | | `1` | `[1]` | single SN | | , | `1,3,5` | `[1, 3, 5]` | list of SNs | | - | `1-5` | `[1, 2, 3, 4, 5]` | strech of SN | -| `<start>`+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `<start>` | +| ``+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `<start>` | | `<start>`+<length> | `2+2` | `[2, 3, 4]` | `<length>` SNs added to `<start>` | These rules can be mix-and-matched with whitespaces or commas separating them. From 874a45e34bb674354f436bc9c03bdcd6f8c9d639 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 01:58:45 +0100 Subject: [PATCH 6/9] add new SN symbol --- docs/part/trackable.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/part/trackable.md b/docs/part/trackable.md index f33c637..8a6cc12 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -22,6 +22,7 @@ For faster input there are several ways to define the wanted serial numbers(SN): | | `1` | `[1]` | single SN | | , | `1,3,5` | `[1, 3, 5]` | list of SNs | | - | `1-5` | `[1, 2, 3, 4, 5]` | strech of SN | +| ~ | `~` (next SN is 8) | `[8]` | represents the next SN | | ``+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `<start>` | | `<start>`+<length> | `2+2` | `[2, 3, 4]` | `<length>` SNs added to `<start>` | From 5fbf73ac8a0b15e632342d911bb1859d238375d0 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 01:59:56 +0100 Subject: [PATCH 7/9] fix formatting the last time --- docs/part/trackable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/part/trackable.md b/docs/part/trackable.md index 8a6cc12..ffccc94 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -23,8 +23,8 @@ For faster input there are several ways to define the wanted serial numbers(SN): | , | `1,3,5` | `[1, 3, 5]` | list of SNs | | - | `1-5` | `[1, 2, 3, 4, 5]` | strech of SN | | ~ | `~` (next SN is 8) | `[8]` | represents the next SN | -| ``+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `<start>` | -| `<start>`+<length> | `2+2` | `[2, 3, 4]` | `<length>` SNs added to `<start>` | +| ``+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `` | +| ``+`` | `2+2` | `[2, 3, 4]` | `` SNs added to `` | These rules can be mix-and-matched with whitespaces or commas separating them. For example: From a94e00881c8341d3b6b696dd4abb427351db8b7a Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 02:03:48 +0100 Subject: [PATCH 8/9] add more examples --- docs/part/trackable.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/part/trackable.md b/docs/part/trackable.md index ffccc94..90c9aff 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -29,6 +29,8 @@ For faster input there are several ways to define the wanted serial numbers(SN): These rules can be mix-and-matched with whitespaces or commas separating them. For example: `1 3-5 9+2` or `1,3-5,9+2` result in `[1, 3, 4, 5, 9, 10, 11]` +`~+2`(with next SN beeing 14) results in `[14, 15, 16]` +`~+`(with next SN beeing 14 and 2 numbers needed) results in `[14, 15]` ## Build Orders From 500430018e4f8ea4768100eb958fb2edb35caa85 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 16:21:25 +0100 Subject: [PATCH 9/9] new line for each statment --- docs/part/trackable.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/part/trackable.md b/docs/part/trackable.md index 90c9aff..4544435 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -28,9 +28,9 @@ For faster input there are several ways to define the wanted serial numbers(SN): These rules can be mix-and-matched with whitespaces or commas separating them. For example: -`1 3-5 9+2` or `1,3-5,9+2` result in `[1, 3, 4, 5, 9, 10, 11]` -`~+2`(with next SN beeing 14) results in `[14, 15, 16]` -`~+`(with next SN beeing 14 and 2 numbers needed) results in `[14, 15]` +`1 3-5 9+2` or `1,3-5,9+2` result in `[1, 3, 4, 5, 9, 10, 11]` +`~+2`(with next SN beeing 14) results in `[14, 15, 16]` +`~+`(with next SN beeing 14 and 2 numbers needed) results in `[14, 15]` ## Build Orders