Skip to content

Commit 7dc63e8

Browse files
authored
Add permalink to _get_binding_instance (#420)
1 parent f79c1ec commit 7dc63e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/development/adding_a_manipulator.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ returns `ump-4` because the CLI launch command is `ephys_link.exe -b -t ump-4`.
5353
Sometimes you may want to pass extra data to your binding on initialization. For example, New Scale Pathfinder MPM
5454
bindings needs to know what the HTTP server port is. To add custom arguments, define them as arguments on the `__init__`
5555
method of your binding then pass in the appropriate data when the binding is instantiated in the [
56-
`_get_binding_instance`]() method of the [`PlatformHandler`][ephys_link.back_end.platform_handler]. Use [New Scale
57-
Pathfinder MPM's binding][ephys_link.bindings.mpm_binding] as an example for how to do this.
56+
`_get_binding_instance`](https://github.com/VirtualBrainLab/ephys-link/blob/f79c1ec68ec1805e1a4e231e1934127893f7bd20/src/ephys_link/back_end/platform_handler.py#L58)
57+
method of the [`PlatformHandler`][ephys_link.back_end.platform_handler].
58+
Use [New Scale Pathfinder MPM's binding][ephys_link.bindings.mpm_binding] as an example for how to do this.
5859

5960
## Test Your Binding
6061

0 commit comments

Comments
 (0)