Skip to content

Commit 922faf0

Browse files
Merge pull request #3429 from jessica-mitchell/add-neat
Add NEAT to related projects in docs
2 parents a618214 + edede69 commit 922faf0

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

doc/htmldoc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
"elephant": ("https://elephant.readthedocs.io/en/latest/", None),
208208
"desktop": ("https://nest-desktop.readthedocs.io/en/latest/", None),
209209
"gpu": ("https://nest-gpu.readthedocs.io/en/latest/", None),
210+
"neat": ("https://nest-neat.readthedocs.io/en/latest/", None),
210211
"neuromorph": ("https://electronicvisions.github.io/hbp-sp9-guidebook/", None),
211212
"arbor": ("https://docs.arbor-sim.org/en/latest/", None),
212213
"tvb": ("https://docs.thevirtualbrain.org/", None),

doc/htmldoc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,4 @@ How NEST works --- The Big Picture
146146
NEST Desktop <https://nest-desktop.readthedocs.io/en/latest/>
147147
NESTML <https://nestml.readthedocs.io/en/latest/>
148148
NESTGPU <https://nest-gpu.readthedocs.io/en/latest/>
149+
NEST NEAT <https://nest-neat.readthedocs.io/en/latest/>

doc/htmldoc/related_projects.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ C++ and in C.
4646

4747
* :doc:`Get started with NEST GPU <gpu:index>`
4848

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+
4957
PyNN
5058
----
5159

0 commit comments

Comments
 (0)