Skip to content

Commit

Permalink
• Intro
Browse files Browse the repository at this point in the history
  - beta warning

• Composition
  - warning re: non-implementation

• Minor revs to docstrings
  • Loading branch information
jdcpni committed Aug 22, 2017
1 parent 4714eee commit c387196
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 c387196

Please sign in to comment.