Skip to content

Commit

Permalink
Merge pull request #3189 from danielmallett/docs-glossary-links
Browse files Browse the repository at this point in the history
Improve Glossary References in Documentation
  • Loading branch information
jessica-mitchell authored Apr 24, 2024
2 parents 8fde9b3 + 7761110 commit f2a6e58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/htmldoc/hpc/parallel_computing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Spikes between neurons and devices
Synaptic plasticity models
~~~~~~~~~~~~~~~~~~~~~~~~~~

For synapse models supporting plasticity, synapse dynamics in the
For synapse models supporting :hxt_ref:`plasticity`, synapse dynamics in the
``Connection`` object are always handled by the virtual process of the
`target node`.

Expand Down
2 changes: 1 addition & 1 deletion doc/htmldoc/tutorials/music_tutorial/music_tutorial_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ A NEST network consists of three types of elements: neurons, devices,
and connections between them.

Neurons are the basic building blocks, and in NEST they are generally
spiking point neuron models. Devices are supporting units that for
spiking :hxt_ref:`point neuron` models. Devices are supporting units that for
instance generate inputs to neurons or record data from them. The
Poisson spike generator, the spike recorder recording device, and the
MUSIC input and output proxies are all devices. Neurons and devices are
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ STDP synapses

For the majority of synapses, all of their parameters are accessible via
:py:func:`.GetDefaults` and :py:func:`.SetDefaults`. Synapse models implementing
spike-timing dependent plasticity are an exception to this, as their
:hxt_ref:`spike-timing dependent plasticity` are an exception to this, as their
dynamics are driven by the postsynaptic :hxt_ref:`spike train` as well as the
pre-synaptic one. As a consequence, the time constant of the depressing
window of :hxt_ref:`STDP` is a parameter of the postsynaptic neuron. It can be set
window of STDP is a parameter of the postsynaptic neuron. It can be set
as follows:

::
Expand Down

0 comments on commit f2a6e58

Please sign in to comment.