Skip to content

Commit 9b9aa6f

Browse files
committed
docs: fix references and anchors in HAL component list
1 parent 8512402 commit 9b9aa6f

4 files changed

Lines changed: 3 additions & 9 deletions

File tree

docs/src/hal/basic-hal.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ follow a 'Truth Table' that states what the output is for any given
377377
input. Typically these are bit manipulators and follow electrical logic
378378
gate truth tables.
379379

380-
For further components see <<sec:realtime-components,Realtime Components List>>
380+
For further components see <<sec:hal-components,HAL Components List>>
381381
or the man pages.
382382

383383
[[sub:hal-and2]]

docs/src/hal/components.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ To view the information in the man page, in a terminal window type:
1818
man axis (or perhaps 'man <n> axis' if your system requires it. n = 1 for userspace and 9 for realtime components)
1919
----
2020

21-
[[sec:realtime-components]]
22-
23-
2421
[NOTE]
2522
See also the 'Man Pages' section of the link:../index.html[docs main page] or the
2623
link:../man/[directory listing].
@@ -109,7 +106,6 @@ instance||
109106
| link:../man/man1/xhc-whb04b-6.1.html[xhc-whb04b-6] |Userspace jog dial HAL component for the wireless XHC WHB04B-6 USB device&.||
110107
|=======================
111108

112-
[[sec:Realtime-Components-pilotes]]
113109
=== Mesa and other I/O Cards (Realtime)
114110
[{tab_options}]
115111
|=======================
@@ -194,7 +190,6 @@ Smart-serial remote parameters can now be set in the HAL file in the normal way.
194190
| link:../man/man9/xor2.9.html[xor2] | Two-input XOR (exclusive OR) gate ||
195191
|=======================
196192

197-
[[sec:Realtime-Components-flottant]]
198193
==== Arithmetic and float
199194
[{tab_options}]
200195
|=======================
@@ -260,7 +255,6 @@ Limit its slew rate to less than maxv per second. Limit its second derivative to
260255
| link:../man/man9/gray2bin.9.html[gray2bin] |Convert a gray-code input to binary||
261256
|=======================
262257

263-
[[sec:Realtime-Components-cinematiques]]
264258
=== Kinematics (Realtime)
265259
[{tab_options}]
266260
|=======================

docs/src/hal/hal-examples.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ net tool-prepare-loopback iocontrol.0.tool-prepare => iocontrol.0.tool-prepared
114114

115115
This example uses 'ddt', 'mult2' and 'abs' to compute the velocity of
116116
a single axis. For more information on the real time components see the
117-
man pages or the Realtime Components section (<<sec:realtime-components>>).
117+
man pages or the HAL Components List (<<sec:hal-components>>).
118118

119119
The first thing is to check your configuration to make sure you are
120120
not using any of the real time components all ready. You can do this by

docs/src/hal/intro.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ driver.
277277

278278
Each HAL component is a piece of software with well-defined inputs,
279279
outputs, and behavior, that can be installed and interconnected as
280-
needed. The section <<sec:realtime-components,Realtime Components List>>
280+
needed. The section <<sec:hal-components,HAL Components List>>
281281
lists all available components and a brief description of what each does.
282282

283283
[[sec:hal-timing-issues]]

0 commit comments

Comments
 (0)