Skip to content

Commit

Permalink
Done now.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Dec 9, 2024
1 parent b382135 commit 649fccd
Show file tree
Hide file tree
Showing 6 changed files with 18,287 additions and 79,977 deletions.
7 changes: 4 additions & 3 deletions doc/tutorial/connectivity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ Declarative Connectivity in Arbor
In this tutorial, we are going to demonstrate how to leverage Arbor's
declarative connection description facilities to generate a few common network
types. We will gradually build up complexity and generally show the full recipe
first before discussing some of the relevant parts.

first before discussing some of the relevant parts. High-level connectivity
descriptions can be more intuitive for some types of networks as well as more
performant in Python simulations, as the construction is handled entirely in C++.

Prelude: Unconnected Cells
--------------------------
Expand Down Expand Up @@ -220,7 +221,7 @@ adjacency matrix might be helpful
:width: 400
:align: center

Note that by default the rendering is disabled to avoid the slowdown.
Note that rendering can be disabled, if things get too slow.


Final Thoughts
Expand Down
Loading

0 comments on commit 649fccd

Please sign in to comment.