Skip to content

Commit 7a9fdd7

Browse files
committed
cross link hardware_sound_player and hardware_sound_system pages
1 parent 1539b43 commit 7a9fdd7

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
lines changed

docs/code/api_reference/config_players/hardware_sound_player.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# hardware_sound_player API Reference
22

3-
Config Reference:
4-
5-
* [hardware_sound_player:](../../../config/hardware_sound_player.md)
6-
73
`self.machine.hardware_sound_player`
84

95
``` python
@@ -33,3 +29,8 @@ Parse string config.
3329
`play(settings, context, calling_context, priority=0, **kwargs)`
3430

3531
Play sound on external card.
32+
33+
## Related Pages:
34+
35+
* [hardware_sound_player: Config Reference](../../../config/hardware_sound_player.md)
36+
* [Hardware sound player Config Player Reference](../../../config_players/hardware_sound_player.md)

docs/code/api_reference/devices/hardware_sound_systems.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# hardware_sound_systems API Reference
22

3-
Config Reference:
4-
5-
* [hardware_sound_systems:](../../../config/hardware_sound_systems.md)
6-
73
`self.machine.hardware_sound_systems.*`
84

95
``` python
@@ -57,3 +53,7 @@ Stop all sounds on track.
5753
`text_to_speech(text: str, platform_options, track: int = 1)`
5854

5955
Text to speech output.
56+
57+
## Related Pages:
58+
59+
* [hardware_sound_systems: Config Reference](../../../config/hardware_sound_systems.md)

docs/config/hardware_sound_player.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ Single value, type: `string`. Defaults to empty.
7979

8080
The number of your sound.
8181

82-
## Related How To guides
82+
## Related Pages:
8383

8484
* [Arduino Pinball Controller](../hardware/apc/index.md)
8585
* [How to use MPF with the LISY platform](../hardware/lisy/index.md)
86+
* [Hardware sound player Config Player Reference](../config_players/hardware_sound_player.md)
87+
* [hardware_sound_player API Reference](../code/api_reference/config_players/hardware_sound_player.md)

docs/config/hardware_sound_systems.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ Not used.
7171

7272
* [Arduino Pinball Controller](../hardware/apc/index.md)
7373
* [How to use MPF with the LISY platform](../hardware/lisy/index.md)
74+
* [hardware_sound_systems API Reference](../code/api_reference/devices/hardware_sound_systems.md)

docs/config_players/hardware_sound_player.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Hardware Sound player
44

55
# Hardware Sound player
66

7-
87
The *hardware sound player* is a
98
[config player](index.md)
109
that's used to control sounds. (This player is part of the MPF media
@@ -27,3 +26,8 @@ a step.
2726

2827
Additional information may be found in the
2928
[hardware_sound_player](../config/hardware_sound_player.md) configuration reference documentation.
29+
30+
## Related Pages:
31+
32+
* [hardware_sound_player: Config Reference](../config/hardware_sound_player.md)
33+
* [hardware_sound_player API Reference](../code/api_reference/config_players/hardware_sound_player.md)

0 commit comments

Comments
 (0)