removed eric ide project file

This commit is contained in:
Blake J. Harnden 2018-01-12 09:12:46 -08:00
parent 27192e1800
commit 4fdae0f4b3
3 changed files with 1 additions and 236 deletions

View file

@ -65,18 +65,6 @@ interactive Python shell, you can retrieve online help about the various
classes and methods; for example *help(nodes.CoreNode)* or
*help(Session)*.
An interactive development environment (IDE) is available for browsing
the CORE source, the
`Eric Python IDE <http://eric-ide.python-projects.org/index.html>`_.
CORE has a project file that can be opened by Eric, in the source under
:file:`core/daemon/CORE.e4p`.
This IDE
has a class browser for viewing a tree of classes and methods. It features
syntax highlighting, auto-completion, indenting, and more. One feature that
is helpful with learning the CORE Python modules is the ability to generate
class diagrams; right-click on a class, choose *Diagrams*, and
*Class Diagram*.
.. index:: daemon versus script
.. index:: script versus daemon
.. index:: script with GUI support