Skip to content

Commit dfa1dfa

Browse files
committed
cross link accrual pages
1 parent 9ce9f87 commit dfa1dfa

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/code/api_reference/devices/accruals.md

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

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

95
``` python
@@ -101,3 +97,8 @@ Subscribe to an attribute.
10197
`value`
10298

10399
Return value or None if that is currently not possible.
100+
101+
## Related Pages:
102+
103+
* [Accrual Logic Blocks](../../../game_logic/logic_blocks/accruals.md)
104+
* [accruals: Config Reference](../../../config/accruals.md)

docs/config/accruals.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ start disabled. If you omit this the device will start enabled unless
274274
you specify `enable_events` in which case the device will start
275275
disabled.
276276

277-
## Related How To guides
277+
## Related Pages:
278278

279279
* [Accrual Logic Blocks](../game_logic/logic_blocks/accruals.md)
280280
* [Integrating Logic_Blocks and Shows](../game_logic/logic_blocks/integrating_logic_blocks_and_shows.md)
281+
* [accruals API Reference](../code/api_reference/devices/accruals.md)

docs/game_logic/logic_blocks/accruals.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ title: Accrual Logic Blocks
55
# Accrual Logic Blocks
66

77

8-
Related Config File Sections:
9-
10-
* [accruals:](../../config/accruals.md)
11-
12-
Related How To Guides
8+
## Related Pages:
139

10+
* [accruals: Config Reference](../../config/accruals.md)
11+
* [accruals API Reference](../../code/api_reference/devices/accruals.md)
1412
* [Integrating Logic Blocks and Shows](integrating_logic_blocks_and_shows.md)
1513
* [Scoring Based on Logic Blocks](scoring_based_on_logic_blocks.md)
1614
* [Integrating Logic_Blocks and Lights](integrating_logic_blocks_and_lights.md)

0 commit comments

Comments
 (0)