Skip to content

Commit 7c02160

Browse files
fix typos inpynest
1 parent 13a48c4 commit 7c02160

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

pynest/examples/astrocytes/astrocyte_small_network.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@
131131
See Also
132132
~~~~~~~~
133133
134-
:doc:`astrocyte_brunel`
134+
:doc:`astrocyte_brunel_bernoulli`
135+
135136
136137
"""
137138

pynest/examples/eprop_plasticity/eprop_supervised_regression_handwriting_bsshslm_2020.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def get_weights(pop_pre, pop_post):
593593

594594
# %% ###########################################################################################################
595595
# Plot learning performance
596-
# ...................
596+
# .........................
597597
# We begin with a plot visualizing the learning performance of the network: the loss plotted against the
598598
# iterations.
599599

pynest/examples/eprop_plasticity/eprop_supervised_regression_lemniscate_bsshslm_2020.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def get_weights(pop_pre, pop_post):
574574

575575
# %% ###########################################################################################################
576576
# Plot learning performance
577-
# ...................
577+
# .........................
578578
# We begin with a plot visualizing the learning performance of the network: the loss plotted against the
579579
# iterations.
580580

pynest/nest/lib/hl_api_connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def TripartiteConnect(pre, post, third, conn_spec, third_factor_conn_spec, syn_s
333333
- ``tripartite_bernoulli_with_pool``
334334
335335
See :ref:`tripartite_connectivity` for more details and :doc:`/auto_examples/astrocytes/astrocyte_small_network`
336-
and :doc:`/auto_examples/astrocytes/astrocyte_brunel` for examples.
336+
and :doc:`/auto_examples/astrocytes/astrocyte_brunel_bernoulli` for examples.
337337
338338
**Synapse specifications (syn_specs)**
339339

0 commit comments

Comments
 (0)