This PR adds two advanced tutorials (setting synaptic parameter values and synaptic parameter sharing). As part of this, it modifies the outline of the website and splits tutorials into Quickstart tutorials and Advanced tutorials.
To make synaptic parameter sharing possible, this PR also contributes the .copy_node_property_to_edges() and adds tests for it.
This PR adds two advanced tutorials (setting synaptic parameter values and synaptic parameter sharing). As part of this, it modifies the outline of the website and splits tutorials into
Quickstart tutorials
andAdvanced tutorials
.To make synaptic parameter sharing possible, this PR also contributes the
.copy_node_property_to_edges()
and adds tests for it.