Skip to content

Commit 66cb23b

Browse files
Merge pull request #3464 from jessica-mitchell/fix-EI-example
Fix example for EI clustered network
2 parents d1ff1b1 + 27d62be commit 66cb23b

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

pynest/examples/EI_clustered_network/README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ If you use this code, we ask you to cite the paper by Rostami et al. [1]_ and th
1616
File structure
1717
--------------
1818

19-
* :doc:`run_simulation_EI.py <run_simulation_EI>`: an example script to try out the EI-clustered circuit model
20-
* :doc:`network_EI.py <network_EI>`: the main ``Network`` class with functions to build and simulate the network
21-
* :doc:`helper_EI.py <helper_EI>`: helper functions for calculation of synaptic weights and currents and plot function for raster plots
22-
* :doc:`network_params_EI.py <network_params_EI>`: network and neuron parameters
23-
* :doc:`stimulus_params_EI.py <stimulus_params_EI>`: parameters for optional external stimulation
24-
* :doc:`sim_params_EI.py <sim_params_EI>`: simulation parameters
19+
* :doc:`run_simulation.py <run_simulation>`: an example script to try out the EI-clustered circuit model
20+
* :doc:`network.py <network>`: the main ``Network`` class with functions to build and simulate the network
21+
* :doc:`helper.py <helper>`: helper functions for calculation of synaptic weights and currents and plot function for raster plots
22+
* :doc:`network_params.py <network_params>`: network and neuron parameters
23+
* :doc:`stimulus_params.py <stimulus_params>`: parameters for optional external stimulation
24+
* :doc:`sim_params.py <sim_params>`: simulation parameters
2525

2626
Running the simulation
2727
----------------------

pynest/examples/EI_clustered_network/helper_EI.py renamed to pynest/examples/EI_clustered_network/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# helper_EI.py
3+
# helper.py
44
#
55
# This file is part of NEST.
66
#

pynest/examples/EI_clustered_network/network_EI.py renamed to pynest/examples/EI_clustered_network/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# network_EI.py
3+
# network.py
44
#
55
# This file is part of NEST.
66
#

pynest/examples/EI_clustered_network/network_params_EI.py renamed to pynest/examples/EI_clustered_network/network_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# network_params_EI.py
3+
# network_params.py
44
#
55
# This file is part of NEST.
66
#

pynest/examples/EI_clustered_network/run_simulation_EI.py renamed to pynest/examples/EI_clustered_network/run_simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# run_simulation_EI.py
3+
# run_simulation.py
44
#
55
# This file is part of NEST.
66
#

pynest/examples/EI_clustered_network/sim_params_EI.py renamed to pynest/examples/EI_clustered_network/sim_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# sim_params_EI.py
3+
# sim_params.py
44
#
55
# This file is part of NEST.
66
#

pynest/examples/EI_clustered_network/stimulus_params_EI.py renamed to pynest/examples/EI_clustered_network/stimulus_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# stimulus_params_EI.py
3+
# stimulus_params.py
44
#
55
# This file is part of NEST.
66
#

0 commit comments

Comments
 (0)