Skip to content

Commit

Permalink
docs: Fix table vs. substitution conflict
Browse files Browse the repository at this point in the history
Fixes one instance of:
WARNING: Inline substitution_reference start-string without end-string.

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely committed May 1, 2024
1 parent 3bc467f commit 23eef23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4059,7 +4059,7 @@ class FitzHughNagumoIntegrator(IntegratorFunction): # -------------------------
+---------------------------------------+------------------------------------------------+----------------------------------------------+------------------------------------+---------------------------------------------------------------+
|**FitzHughNagumoIntegrator Parameter** |`threshold <FitzHughNagumoIntegrator.threshold>`|`variable <FitzHughNagumoIntegrator.variable>`|`f_v <FitzHughNagumoIntegrator.f_v>`|`time_constant_v <FitzHughNagumoIntegrator.time_constant_v>` |
+---------------------------------------+------------------------------------------------+----------------------------------------------+-------------------------+--------------------------------------------------------------------------+
|**Gilzenrat Parameter** |a |:math:`f(X_1)` |:math:`w_{vX_1}` |:math:`T_{v}` |
|**Gilzenrat Parameter** |a | :math:`f(X_1)` | :math:`w_{vX_1}` | :math:`T_{v}` |
+---------------------------------------+------------------------------------------------+----------------------------------------------+------------------------------------+---------------------------------------------------------------+
The following FitzHughNagumoIntegrator parameter values must be set in the equation for :math:`\\frac{dw}{dt}`:
Expand Down

0 comments on commit 23eef23

Please sign in to comment.