##// END OF EJS Templates
Minor doc updates, ensure README is in final tarball.
Fernando Perez -
Show More
@@ -1,3 +1,4 b''
1 include README.rst
1 include ipython.py
2 include ipython.py
2 include setup2.py
3 include setup2.py
3 include setup3.py
4 include setup3.py
@@ -5,11 +5,11 b''
5 Overview
5 Overview
6 ========
6 ========
7
7
8 Welcome to IPython. Our full documentation, including PDF versions of our
8 Welcome to IPython. Our full documentation is available on `our website
9 manual, is available on `our website <http://ipython.org/documentation.html>`_;
9 <http://ipython.org/documentation.html>`_; if you downloaded a built source
10 if you downloaded a built source distribution the ``docs/html`` directory
10 distribution the ``docs/source`` directory contains the plaintext version of
11 contains an HTML version of the manual. The ``docs/source`` directory contains
11 these manuals. If you have Sphinx installed, you can build them by typing
12 the plaintext version of these manuals.
12 ``make html`` for local browsing.
13
13
14
14
15 Dependencies and supported Python versions
15 Dependencies and supported Python versions
General Comments 0
You need to be logged in to leave comments. Login now