diff --git a/MANIFEST.in b/MANIFEST.in index 98c6b34..d93f5f4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ +include README.rst include ipython.py include setup2.py include setup3.py diff --git a/README.rst b/README.rst index 42b2038..05bba58 100644 --- a/README.rst +++ b/README.rst @@ -5,11 +5,11 @@ Overview ======== -Welcome to IPython. Our full documentation, including PDF versions of our -manual, is available on `our website `_; -if you downloaded a built source distribution the ``docs/html`` directory -contains an HTML version of the manual. The ``docs/source`` directory contains -the plaintext version of these manuals. +Welcome to IPython. Our full documentation is available on `our website +`_; if you downloaded a built source +distribution the ``docs/source`` directory contains the plaintext version of +these manuals. If you have Sphinx installed, you can build them by typing +``make html`` for local browsing. Dependencies and supported Python versions