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
6 changes: 6 additions & 0 deletions doc/htmldoc/synapses/connection_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,12 @@ specification to connections from ``pre`` to ``third`` nodes and
the ``'third_out'`` specification to connections from ``third`` to
``post`` nodes.

.. admonition:

Tripartite connectivity is a new feature. Please expect some adjustments to
the syntax and semantics for the tripartite connectivity in the next NEST releases.


.. _tripartite_bernoulli_with_pool:

Tripartite Bernoulli with pool
Expand Down
6 changes: 6 additions & 0 deletions pynest/nest/lib/hl_api_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,12 @@ def TripartiteConnect(pre, post, third, conn_spec, syn_specs=None):
- any parameters specific to the selected synapse model.


.. admonition:

Tripartite connectivity is a new feature. Please expect some adjustments to
the syntax and semantics for the tripartite connectivity in the next NEST releases.


See Also
---------
:ref:`connection_management`
Expand Down