Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions models/aeif_cond_alpha_astro.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ See also

iaf_cond_alpha, aeif_cond_exp, astrocyte_lr_1994, sic_connection

Examples using this model
+++++++++++++++++++++++++

.. listexamples:: aeif_cond_alpha_astro

EndUserDocs */

void register_aeif_cond_alpha_astro( const std::string& name );
Expand Down
5 changes: 5 additions & 0 deletions models/amat2_psc_exp.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ Receives

SpikeEvent, CurrentEvent, DataLoggingRequest

Examples using this model
+++++++++++++++++++++++++

.. listexamples:: amat2_psc_exp

EndUserDocs */

void register_amat2_psc_exp( const std::string& name );
Expand Down
5 changes: 5 additions & 0 deletions models/astrocyte_lr_1994.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ See also

aeif_cond_alpha_astro, sic_connection

Examples using this model
+++++++++++++++++++++++++

.. listexamples:: astrocyte_lr_1994

EndUserDocs */

void register_astrocyte_lr_1994( const std::string& name );
Expand Down
5 changes: 5 additions & 0 deletions models/glif_psc_double_alpha.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ See also
gif_psc_exp_multisynapse, gif_cond_exp, gif_cond_exp_multisynapse, gif_pop_psc_exp,
glif_psc

Examples using this model
+++++++++++++++++++++++++

.. listexamples:: glif_psc_double_alpha

EndUserDocs */

namespace nest
Expand Down
5 changes: 5 additions & 0 deletions models/iaf_psc_exp_multisynapse.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ See also

iaf_psc_alpha, iaf_psc_delta, iaf_psc_exp, iaf_cond_exp, iaf_psc_alpha_multisynapse

Examples using this model
+++++++++++++++++++++++++

.. listexamples:: iaf_psc_exp_multisynapse

EndUserDocs */

void register_iaf_psc_exp_multisynapse( const std::string& name );
Expand Down
5 changes: 5 additions & 0 deletions models/iaf_tum_2000.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ See also

iaf_psc_exp, tsodyks_synapse, stdp_synapse, static_synapse

Examples using this model
+++++++++++++++++++++++++

.. listexamples:: iaf_tum_2000

EndUserDocs */
// clang-format on

Expand Down
5 changes: 5 additions & 0 deletions models/quantal_stp_synapse.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ See also

tsodyks2_synapse, stdp_synapse, static_synapse

Examples using this model
+++++++++++++++++++++++++

.. listexamples:: quantal_stp_synapse

EndUserDocs */

void register_quantal_stp_synapse( const std::string& name );
Expand Down
5 changes: 5 additions & 0 deletions models/rate_connection_delayed.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ See also

rate_connection_instantaneous, rate_neuron_ipn, rate_neuron_opn

Examples using this model
+++++++++++++++++++++++++

.. listexamples:: rate_connection_delayed

EndUserDocs */

/**
Expand Down
5 changes: 5 additions & 0 deletions models/rate_neuron_opn.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ See also

lin_rate, tanh_rate, threshold_lin_rate

Examples using this model
+++++++++++++++++++++++++

.. listexamples:: rate_neuron_opn

EndUserDocs */

template < class TNonlinearities >
Expand Down
5 changes: 5 additions & 0 deletions models/sic_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ See also

astrocyte_lr_1994, aeif_cond_alpha_astro

Examples using this model
+++++++++++++++++++++++++

.. listexamples:: sic_connection

EndUserDocs */

void register_sic_connection( const std::string& name );
Expand Down