-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: fix formatting to appear properly on PyPI
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,22 +41,26 @@ community. | |
PsyNeuLink is: | ||
|
||
- *open source*, freeing users of the costs or restrictions associated with proprietary software. | ||
|
||
.. | ||
- *computationally general* -- it can be used to implement, seamlessly integrate, and simulate interactions among | ||
disparate components that vary in their granularity of representation and function (from individual neurons or | ||
neural populations to functional subsystems and abstract cognitive functions) and at any time scale of execution. | ||
|
||
.. | ||
- *integrative* -- it provides a standard and accessible environment for model comparison, sharing, and documentation; | ||
|
||
.. | ||
- *extensible* -- it has an interface (API) that allows it to be used with other powerful tools for implementing | ||
individual components, such as: | ||
* Neuron (biophysically realistic models of neuronal function) | ||
* TensorFlow (ODE's, deep learning); | ||
* Emergent (broad class of neurally-plausible connectionist models); | ||
* ACT-R (symbolic, production system models). | ||
|
||
.. _What_PsyNeuLink_is_NOT: | ||
|
||
What PsyNeuLink is **NOT** | ||
-------------------------- | ||
|
||
|
@@ -111,8 +115,6 @@ stored in pip-style `requirements.txt`, `dev_requirements.txt`, and `tutorial_re | |
|
||
If you have trouble installing the package, or run into other problems, please contact [email protected]. | ||
|
||
.. _Tutorial: | ||
|
||
Tutorial | ||
-------- | ||
|
||
|