Skip to content

Commit d6f4435

Browse files
committed
fix inline objects in docs
1 parent 140d64c commit d6f4435

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@ Advanced Features
175175

176176
Inputs
177177
^^^^^^^^^^^^^^^^
178-
The `jitcdde` backend supports several representations of input. Users are referred to the
178+
The ``jitcdde`` backend supports several representations of input. Users are referred to the
179179
`jitcdde documentation <https://jitcdde.readthedocs.io/en/stable/>`_ for more detail. An example file can be found
180-
`here <https://github.com/neurophysik/jitcdde/blob/master/examples/mackey_glass_parameter_jump.py>`_. `jitcdde`-compatible representations of input
181-
can be given as arguments to the helper functions of `msrDynamics.Node`
180+
`here <https://github.com/neurophysik/jitcdde/blob/master/examples/mackey_glass_parameter_jump.py>`_. ``jitcdde``-compatible representations of input
181+
can be given as arguments to the helper functions of ``msrDynamics.Node``
182182

183183
Trip Conditions
184184
^^^^^^^^^^^^^^^^
185-
The user can impose operating limits on the state variables using `msrDynamics.TripCondition`. When trip conditions are added to the
185+
The user can impose operating limits on the state variables using ``msrDynamics.TripCondition``. When trip conditions are added to the
186186
system, integration will stop when the condition is reached, and the time at which the condition is reached will be estimated with a cubic
187187
interpolation of the anchor points closest to the trip time.
188188

0 commit comments

Comments
 (0)