Skip to content

Commit

Permalink
correct schema from aylp: to anyloop: in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imyxh committed Jun 18, 2024
1 parent 67046ac commit a0ca939
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions doc/devices/center_of_mass.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aylp:center_of_mass
===================
anyloop:center_of_mass
======================

Types and units: `[T_MATRIX_UCHAR, U_ANY] -> [T_VECTOR, U_MINMAX]`.

Expand Down
4 changes: 2 additions & 2 deletions doc/devices/delay.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aylp:delay
==========
anyloop:delay
=============

Types and units: `[T_ANY, U_ANY] -> [T_UNCHANGED, U_UNCHANGED]`.

Expand Down
4 changes: 2 additions & 2 deletions doc/devices/file_sink.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aylp:file_sink
==============
anyloop:file_sink
=================

Types and units: `[T_ANY, U_ANY] -> [T_UNCHANGED, U_UNCHANGED]`.

Expand Down
4 changes: 2 additions & 2 deletions doc/devices/logger.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aylp:logger
===========
anyloop:logger
==============

Types and units: `[T_ANY, U_ANY] -> [T_UNCHANGED, U_UNCHANGED]`.

Expand Down
4 changes: 2 additions & 2 deletions doc/devices/matmul.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aylp:matmul
===========
anyloop:matmul
==============

Types and units: `[T_VECTOR|T_MATRIX, U_ANY] -> [T_UNCHANGED, U_UNCHANGED]`.

Expand Down
4 changes: 2 additions & 2 deletions doc/devices/pid.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aylp:pid
========
anyloop:pid
===========

Types and units: `[T_VECTOR|T_MATRIX, U_ANY] -> [T_UNCHANGED, U_UNCHANGED]`.

Expand Down
4 changes: 2 additions & 2 deletions doc/devices/poke.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aylp:poke
=========
anyloop:poke
============

Types and units: `[T_VECTOR, U_MINMAX] -> [T_VECTOR, U_MINMAX]`.

Expand Down
4 changes: 2 additions & 2 deletions doc/devices/stop_after_count.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aylp:stop_after_count
=====================
anyloop:stop_after_count
========================

Types and units: `[T_ANY, U_ANY] -> [T_UNCHANGED, U_UNCHANGED]`.

Expand Down
4 changes: 2 additions & 2 deletions doc/devices/test_source.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aylp:test_source
================
anyloop:test_source
===================

Types and units: `[T_ANY, U_ANY] -> [
T_VECTOR|T_MATRIX|T_MATRIX_UCHAR,
Expand Down
4 changes: 2 additions & 2 deletions doc/devices/udp_sink.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aylp:udp_sink
=============
anyloop:udp_sink
================

Types and units: `[T_ANY, U_ANY] -> [T_UNCHANGED, U_UNCHANGED]`.

Expand Down

0 comments on commit a0ca939

Please sign in to comment.