Skip to content

Commit

Permalink
Version package in extension help docs
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Dec 13, 2024
1 parent c54d903 commit 69336c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/ml_get_event_certainty.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ loops.everyInterval(1000, function () {
```

```package
machine-learning=github:microbit-foundation/pxt-microbit-ml
machine-learning=github:microbit-foundation/pxt-microbit-ml#v1.0.2
```
2 changes: 1 addition & 1 deletion docs/ml_is_event_detected.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ basic.forever(function () {
```

```package
machine-learning=github:microbit-foundation/pxt-microbit-ml
machine-learning=github:microbit-foundation/pxt-microbit-ml#v1.0.2
```
2 changes: 1 addition & 1 deletion docs/ml_on_event_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ ml.onStart(ml.event.Unknown, function () {
```

```package
machine-learning=github:microbit-foundation/pxt-microbit-ml
machine-learning=github:microbit-foundation/pxt-microbit-ml#v1.0.2
```
2 changes: 1 addition & 1 deletion docs/ml_on_event_stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ ml.onStop(ml.event.Unknown, function () {
```

```package
machine-learning=github:microbit-foundation/pxt-microbit-ml
machine-learning=github:microbit-foundation/pxt-microbit-ml#v1.0.2
```
2 changes: 1 addition & 1 deletion docs/ml_on_event_stop_detailed.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ ml.onStopDetailed(ml.event.Unknown, function (duration) {
```

```package
machine-learning=github:microbit-foundation/pxt-microbit-ml
machine-learning=github:microbit-foundation/pxt-microbit-ml#v1.0.2
```

0 comments on commit 69336c5

Please sign in to comment.