From 96a4ed241efd1caf0d9552ca8aea6a0cf9b7acf6 Mon Sep 17 00:00:00 2001 From: kmantel Date: Thu, 5 Apr 2018 20:39:45 -0400 Subject: [PATCH] README: fix formatting to appear properly on PyPI --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index ec000e57fff..99c97b45c18 100644 --- a/README.rst +++ b/README.rst @@ -41,13 +41,19 @@ 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) @@ -55,8 +61,6 @@ PsyNeuLink is: * 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 psyneulinkhelp@princeton.edu. -.. _Tutorial: - Tutorial --------