Skip to content

Commit

Permalink
Merge pull request #424 from PrincetonUniversity/docs/master/minor_co…
Browse files Browse the repository at this point in the history
…rrections_0.3.2

Minor corrections to index.rst and BasicsSampler.rst
  • Loading branch information
kmantel authored Aug 22, 2017
2 parents 4714eee + c387196 commit 36b0af1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/BasicsAndSampler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 2 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].
modification. Please report any bugs and/or suggestions for development to [email protected].

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
Expand Down

0 comments on commit 36b0af1

Please sign in to comment.