Skip to content

Commit c1cc471

Browse files
authored
clean up model docstring syntax and add stdsp_synapse to models library (#1270)
1 parent 461a1bc commit c1cc471

34 files changed

+15
-33
lines changed

doc/models_library/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,3 +498,11 @@ Source file: `stdp_synapse.nestml <https://www.github.com/nest/nestml/blob/maste
498498
Synapse type with triplet spike-timing dependent plasticity
499499

500500
Source file: `stdp_triplet_synapse.nestml <https://www.github.com/nest/nestml/blob/master/models/synapses/stdp_triplet_synapse.nestml>`_
501+
502+
503+
:doc:`stdsp_synapse <stdsp_synapse>`
504+
------------------------------------
505+
506+
Synapse model for spike-timing dependent plasticity with postsynaptic third-factor modulation
507+
508+
Source file: `stdsp_synapse.nestml <https://www.github.com/nest/nestml/blob/master/models/synapses/stdsp_synapse.nestml>`_

models/neurons/aeif_cond_alpha_neuron.nestml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
# You should have received a copy of the GNU General Public License
6767
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
6868
#
69-
#
7069
model aeif_cond_alpha_neuron:
7170

7271
state:

models/neurons/aeif_cond_exp_neuron.nestml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
# You should have received a copy of the GNU General Public License
6868
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
6969
#
70-
#
7170
model aeif_cond_exp_neuron:
7271

7372
state:

models/neurons/hh_cond_exp_destexhe_neuron.nestml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
# You should have received a copy of the GNU General Public License
5151
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
5252
#
53-
#
5453
model hh_cond_exp_destexhe_neuron:
5554

5655
state:

models/neurons/hh_cond_exp_traub_neuron.nestml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
# You should have received a copy of the GNU General Public License
6868
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
6969
#
70-
#
7170
model hh_cond_exp_traub_neuron:
7271

7372
state:

models/neurons/hh_moto_5ht_neuron.nestml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
# You should have received a copy of the GNU General Public License
5151
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
5252
#
53-
#
5453
model hh_moto_5ht_neuron:
5554
state:
5655
V_m mV = V_m_init # Membrane potential

models/neurons/hh_psc_alpha_neuron.nestml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
# You should have received a copy of the GNU General Public License
6464
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
6565
#
66-
#
6766
model hh_psc_alpha_neuron:
6867
state:
6968
V_m mV = V_m_init # Membrane potential

models/neurons/hill_tononi_neuron.nestml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
# You should have received a copy of the GNU General Public License
5555
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
5656
#
57-
#
5857
model hill_tononi_neuron:
5958
state:
6059
potassium_refr_t ms = 0 ms

models/neurons/iaf_chxk_2008_neuron.nestml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
# You should have received a copy of the GNU General Public License
5555
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
5656
#
57-
#
5857
model iaf_chxk_2008_neuron:
5958

6059
state:

models/neurons/iaf_cond_alpha_neuron.nestml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
# You should have received a copy of the GNU General Public License
5656
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
5757
#
58-
#
5958
model iaf_cond_alpha_neuron:
6059
state:
6160
V_m mV = E_L # Membrane potential

0 commit comments

Comments
 (0)