From eb485ee35a069afdbaa0352094625bb43b9ebc84 Mon Sep 17 00:00:00 2001 From: Sean Aubin Date: Wed, 8 Nov 2017 11:50:20 -0500 Subject: [PATCH] fixed docs for identity ens arr --- nengo_spa/networks/identity_ensemble_array.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nengo_spa/networks/identity_ensemble_array.py b/nengo_spa/networks/identity_ensemble_array.py index caeaa13f4..8291fd4ed 100644 --- a/nengo_spa/networks/identity_ensemble_array.py +++ b/nengo_spa/networks/identity_ensemble_array.py @@ -8,8 +8,8 @@ class IdentityEnsembleArray(nengo.Network): - """An ensemble array optimized for representing the identity vector for - circular convolution. + """An ensemble array optimized for representing the identity circular + convolution vector. The ensemble array will use ensembles with *subdimensions* dimensions, except for the first *subdimensions* dimensions. These will be split into @@ -78,9 +78,9 @@ def __init__( @with_self def add_neuron_input(self): - """Adds a node that provides input to the neurons of all ensembles. + """Adds a node providing input to the neurons of all ensembles. - This node is accessible through the *neuron_input* attribute. + This node is accessible through the `neuron_input` attribute. Returns -------