From ebe563dc3431d5aa7e6fd524040c47951c4a7bb9 2011-02-17 17:04:32 From: MinRK Date: 2011-02-17 17:04:32 Subject: [PATCH] README.txt -> README.rst --- diff --git a/README.txt b/README.rst similarity index 73% rename from README.txt rename to README.rst index 74d0093..391fac1 100644 --- a/README.txt +++ b/README.rst @@ -7,8 +7,8 @@ Overview Welcome to IPython. Our full documentation can be found in the ``docs/dist`` subdirectory in ``.html`` and ``.pdf`` formats, also available online at our -`website `_. The ``docs/source`` directory contains -the plaintext version of these manuals. +`docs repo `_. The ``docs/source`` directory +contains the plaintext version of these manuals. Dependencies and supported Python versions @@ -19,7 +19,7 @@ of IPython only need the Python standard library, but much of its more advanced functionality requires extra packages. Officially, IPython requires Python version 2.6 or 2.7. An experimental port -of IPython to Python 3.x has been sarted, and is available at +of IPython to Python 3.x has been started, and is available at http://github.com/takowl/ipython/tree/ipython-py3k. @@ -27,9 +27,7 @@ Instant running =============== You can run IPython from this directory without even installing it system-wide -by typing at the terminal: +by typing at the terminal:: -.. code-block:: bash - - python ipython.py + $ python ipython.py