You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/htmldoc/synapses/connection_management.rst
+4-4
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,9 @@ Connection management
68
68
69
69
This documentation not only describes how to define network connectivity in NEST, but also provides details on connectivity concepts.
70
70
The article "Connectivity concepts in neuronal network modeling" [1]_ serves as a permanent reference for a number of connection rules and we suggest to cite it if rules defined there are used.
71
-
This documentation instead represents a living reference for these rules, and deviations from and extensions to what is described in the article are here highlighted in green.
71
+
This documentation instead represents a living reference for these rules, and deviations from and extensions to what is described in the article will be highlighted.
72
72
73
-
.. The same article also introduces a graphical notation for neuronal network diagrams which is curated in the documentation of NEST Desktop. TODO ADD LINK WHEN IT EXISTS
73
+
.. The same article also introduces a graphical notation for neuronal network diagrams which will be curated in the documentation of :doc:`NEST Desktop <desktop:user/usage-advanced/network-graph>`.
74
74
75
75
:ref:`spatial_networks` are described on a separate page.
76
76
@@ -494,7 +494,7 @@ As multapses are per default allowed and possible with this rule, you can disall
494
494
.. _conn_builder_conngen:
495
495
496
496
Connection generator interface
497
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
497
+
------------------------------
498
498
499
499
.. admonition:: Availability
500
500
@@ -540,7 +540,7 @@ generator interface and randomly connects 10% of the neurons from
540
540
.. _tripartite_connectivity:
541
541
542
542
Tripartite Bernoulli with pool
543
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
543
+
------------------------------
544
544
545
545
For each possible pair of nodes from a source ``NodeCollection`` (e.g., a neuron population ``S``)
546
546
and a target ``NodeCollection`` (e.g., a neuron population ``T``), a connection is
0 commit comments