Skip to content

Commit 3830c95

Browse files
Merge pull request #3274 from jessica-mitchell/update-links
Fix links in documentation
2 parents 8ecdfd3 + 6c21572 commit 3830c95

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

doc/htmldoc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ How NEST works --- The Big Picture
9999
.. grid-item::
100100

101101

102-
A NEST simulation is created with input from :doc:`stimulation devices </models/index_generator>`,
103-
:doc:`neuron models </models/index_neuron>`, and :doc:`synapse models </models/index_synapse>`,
102+
A NEST simulation is created with input from :doc:`stimulation devices </devices/index>`,
103+
:doc:`neuron models </neurons/index>`, and :doc:`synapse models </synapses/index>`,
104104
along with :ref:`connection rules <connectivity_concepts>`.
105-
You can choose what data to record with :doc:`recording devices </models/index_recorder>`.
105+
You can choose what data to record with :doc:`recording devices </devices/index>`.
106106
After simulation, the output is ready for analysis with NEST's built in :py:mod:`.raster_plot` and :py:mod:`.voltage_trace`
107107
modules or external tools such as :doc:`Elephant <elephant:index>`.
108108

doc/htmldoc/models/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ Learn more about . . .
8282

8383
.. grid-item-card::
8484

85-
* :ref:`neuron models <neurons_index>`
85+
* :doc:`neuron models </neurons/index>`
8686

87-
* :ref:`synapse models <synapse_index>`
87+
* :doc:`synapse models </synapses/index>`
8888

89-
* :ref:`devices <device_index>`
89+
* :doc:`devices </devices/index>`
9090

9191
* :ref:`creating and customizing models with NESTML <nestml_ad>`
9292

doc/htmldoc/static/img/excalidraw_nestconcept_horiz.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)