Skip to content

Commit 83a1a9f

Browse files
committed
Fix docs build warnings
1 parent 5166c76 commit 83a1a9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/development/adding_a_manipulator.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ As described in the [system overview](../home/how_it_works.md), Ephys Link conve
2828
common "unified space" which is
2929
the [left-hand cartesian coordinate system](https://www.scratchapixel.com/lessons/mathematics-physics-for-computer-graphics/geometry/coordinate-systems.html).
3030
The two methods [
31-
`platform_space_to_unified_space`](../../reference/ephys_link/utils/base_binding/#ephys_link.utils.base_binding.BaseBinding.platform_space_to_unified_space)
31+
`platform_space_to_unified_space`](../reference/ephys_link/utils/base_binding.md#ephys_link.utils.base_binding.BaseBinding.platform_space_to_unified_space)
3232
and [
33-
`unified_space_to_platform_space`](../../reference/ephys_link/utils/base_binding/#ephys_link.utils.base_binding.BaseBinding.unified_space_to_platform_space)
33+
`unified_space_to_platform_space`](../reference/ephys_link/utils/base_binding.md#ephys_link.utils.base_binding.BaseBinding.unified_space_to_platform_space)
3434
are used to convert between your manipulator's coordinate system and the unified space.
3535

3636
!!! tip
@@ -44,9 +44,9 @@ are used to convert between your manipulator's coordinate system and the unified
4444
### Binding Names
4545

4646
The two naming methods [
47-
`get_display_name`](../../reference/ephys_link/utils/base_binding/#ephys_link.utils.base_binding.BaseBinding.get_display_name)
47+
`get_display_name`](../reference/ephys_link/utils/base_binding.md#ephys_link.utils.base_binding.BaseBinding.get_display_name)
4848
and [
49-
`get_cli_name`](../../reference/ephys_link/utils/base_binding/#ephys_link.utils.base_binding.BaseBinding.get_cli_name)
49+
`get_cli_name`](../reference/ephys_link/utils/base_binding.md#ephys_link.utils.base_binding.BaseBinding.get_cli_name)
5050
are used to identify the binding in the user interface. As described by their documentation, `get_display_name` should
5151
return a human-readable name for the binding, while `get_cli_name` should return the name used to launch the binding
5252
from the command line (what is passed to the `-t` flag). For example, Sensapex uMp-4 manipulator's `get_cli_name`

0 commit comments

Comments
 (0)