Skip to content

Commit

Permalink
add headings for synapses
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-mitchell committed May 6, 2024
1 parent 3a58885 commit 8f4b008
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions doc/htmldoc/neurons/node_handles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ How to handle nodes (neurons and devices)
In NEST 3.0, ``nest.Create()`` returns a *NodeCollection* object instead of a list of global IDs.
This provides a more compact and flexible way for handling nodes.

In most use cases, you will not need to make many changes to your scripts in NEST 3.0, unless you have used **topology** or **subnets**.
In most use cases, you will not need to make many changes to your scripts in NEST 3, unless you have used **topology** or **subnets**.

NodeCollection supports the following functionality:

Expand Down Expand Up @@ -342,4 +342,3 @@ can contain lists and single values at the same time.
pop = nest.Create("iaf_psc_alpha", 2, params= {"I_e": [200.0, 150.0], "tau_m": 20.0, "V_m": [-77.0, -66.0]})

print(pop.get(["I_e", "tau_m", "V_m"]))

14 changes: 7 additions & 7 deletions doc/htmldoc/synapses/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ Guides on using synapses in NEST

.. grid:: 1 1 2 2

.. grid-item-card:: Managing coonnections
.. grid-item-card:: Managing coonnections

:ref:`connectivity_concepts`
:ref:`connection_generator`
:ref:`synapse_specification`
* :ref:`connectivity_concepts`
* :ref:`connection_generator`
* :ref:`synapse_spec`

.. grid-item-card::
.. grid-item-card:: Weight normalization
:class-title: sd-d-flex-row sd-align-minor-center
:link: weight_normalization
:link-type: ref

.. grid-item-card::
.. grid-item-card:: Gap Junctions
:class-title: sd-d-flex-row sd-align-minor-center
:link: sim_gap_junctions
:link-type: ref

.. grid-item-card::
.. grid-item-card:: Connection functionality
:class-title: sd-d-flex-row sd-align-minor-center
:link: handling_connections
:link-type: ref
Expand Down

0 comments on commit 8f4b008

Please sign in to comment.