File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 207
207
"elephant" : ("https://elephant.readthedocs.io/en/latest/" , None ),
208
208
"desktop" : ("https://nest-desktop.readthedocs.io/en/latest/" , None ),
209
209
"gpu" : ("https://nest-gpu.readthedocs.io/en/latest/" , None ),
210
+ "neat" : ("https://nest-neat.readthedocs.io/en/latest/" , None ),
210
211
"neuromorph" : ("https://electronicvisions.github.io/hbp-sp9-guidebook/" , None ),
211
212
"arbor" : ("https://docs.arbor-sim.org/en/latest/" , None ),
212
213
"tvb" : ("https://docs.thevirtualbrain.org/" , None ),
Original file line number Diff line number Diff line change @@ -146,3 +146,4 @@ How NEST works --- The Big Picture
146
146
NEST Desktop <https://nest-desktop.readthedocs.io/en/latest/ >
147
147
NESTML <https://nestml.readthedocs.io/en/latest/ >
148
148
NESTGPU <https://nest-gpu.readthedocs.io/en/latest/ >
149
+ NEST NEAT <https://nest-neat.readthedocs.io/en/latest/ >
Original file line number Diff line number Diff line change @@ -46,6 +46,14 @@ C++ and in C.
46
46
47
47
* :doc: `Get started with NEST GPU <gpu:index >`
48
48
49
+ NEST NEAT
50
+ ---------
51
+
52
+ :doc: `NEAT <neat:index >` is a python library for the study, simulation and simplification of morphological neuron models.
53
+
54
+ * :doc: `Get started with NEST NEAT <neat:tutorial >`
55
+
56
+
49
57
PyNN
50
58
----
51
59
You can’t perform that action at this time.
0 commit comments