From c387196276959fbaf2d6434aaf74e820c09cc9d5 Mon Sep 17 00:00:00 2001 From: "jdc@princeton.edu" Date: Tue, 22 Aug 2017 17:45:22 -0400 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20Intro=20=20=20-=20beta=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Composition - warning re: non-implementation • Minor revs to docstrings --- docs/source/BasicsAndSampler.rst | 2 +- docs/source/index.rst | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/BasicsAndSampler.rst b/docs/source/BasicsAndSampler.rst index 01cab15afa2..ca5473b2568 100644 --- a/docs/source/BasicsAndSampler.rst +++ b/docs/source/BasicsAndSampler.rst @@ -69,7 +69,7 @@ Composition -- a `Process` -- to create a 3-layered 5-2-5 encoder network, the f uses a Linear function (the default for a TransferMechanism), and the other two of which use a LogisticFunction:: - # Construct Mechanisms: + # Construct the Mechanisms: input_layer = TransferMechanism(size=5) hidden_layer = TransferMechanism(size=2, function=Logistic) output_layer = TransferMechanism(size=5, function=Logistic) diff --git a/docs/source/index.rst b/docs/source/index.rst index e1f5106413b..e7f4f950f84 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -109,11 +109,10 @@ Installation .. note:: PsyNeuLink is beta software, that is still being actively developed. Although it is useable, and most of the documented functionality is available, some features may not yet be fully implemented and/or subject to - modification. Please report any bugs and/or suggestions for develppment to psyneulinkhelp@princeton.edu. + modification. Please report any bugs and/or suggestions for development to psyneulinkhelp@princeton.edu. Because core elements of PsyNeuLink are still under development, it is not yet available through pypi/pip. -Instead, you can clone the github repo (https://github.com/PrincetonUniversity/PsyNeuLink). -Clone the master branch. +Instead, you can clone the github repo (https://github.com/PrincetonUniversity/PsyNeuLink). Clone the master branch. Download the package with the green "Clone or download" button on the right side of the page and "Download ZIP." Alternatively, if you are familiar with git, the directory can be cloned as usual through the terminal. Note: The