Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix wrong Lib in docs #317

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/eFeatures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ a given number of ms (default: 5) after the peak
Relative voltage values at the first after-hyperpolarization starting
a given number of ms (default: 5) after the peak

- **Required features**: LibV1:voltage_base (mV), LibV1:AHP_depth_abs_slow (mV)
- **Required features**: LibV5:voltage_base (mV), LibV1:AHP_depth_abs_slow (mV)
- **Units**: mV
- **Pseudocode**: ::

Expand All @@ -813,7 +813,7 @@ interspike interval

Relative voltage values at the first after-hyperpolarization

- **Required features**: LibV1:voltage_base (mV), LibV5:min_AHP_values (mV)
- **Required features**: LibV5:voltage_base (mV), LibV5:min_AHP_values (mV)
- **Units**: mV
- **Pseudocode**: ::

Expand Down Expand Up @@ -1810,7 +1810,7 @@ LibV1 : AHP_depth_last

Relative voltage values at the last after-hyperpolarization

- **Required features**: LibV1:voltage_base (mV), LibV5:last_AHP_values (mV)
- **Required features**: LibV5:voltage_base (mV), LibV5:last_AHP_values (mV)
- **Units**: mV
- **Pseudocode**: ::

Expand Down
Loading