##// END OF EJS Templates
Remove stale reference to iptest.py top-level script.
Fernando Perez -
Show More
@@ -1,29 +1,23 b''
1 ==============
1 ==============
2 IPython README
2 IPython README
3 ==============
3 ==============
4
4
5 Overview
5 Overview
6 ========
6 ========
7
7
8 Welcome to IPython. Our full documentation can be found in the ``docs/dist``
8 Welcome to IPython. Our full documentation can be found in the ``docs/dist``
9 subdirectory in ``.html`` and ``.pdf`` formats, also available online at our
9 subdirectory in ``.html`` and ``.pdf`` formats, also available online at our
10 `website <http://ipython.scipy.org>`_. The ``docs/source`` directory contains
10 `website <http://ipython.scipy.org>`_. The ``docs/source`` directory contains
11 the plaintext version of these manuals.
11 the plaintext version of these manuals.
12
12
13
13
14 Instant running and testing
14 Instant running
15 ===========================
15 ===============
16
16
17 You can run IPython from this directory without even installing it system-wide
17 You can run IPython from this directory without even installing it system-wide
18 by typing at the terminal:
18 by typing at the terminal:
19
19
20 .. code-block:: bash
20 .. code-block:: bash
21
21
22 python ipython.py
22 python ipython.py
23
24 and similarly, you can execute the built-in test suite with:
25
23
26 .. code-block:: bash
27
28 python iptest.py
29 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now