aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Katrina Dominguez <akdominguez@atlassian.com>2012-12-17 11:03:56 -0800
committerAnna Katrina Dominguez <akdominguez@atlassian.com>2012-12-17 11:03:56 -0800
commit60b9b90aba4359698ebb90242a8436daba7b2e6e (patch)
treef41cdc6ba08d7e086264a557de0d8d82877f955f /README.rst
parentMerged in bdkearns/pypy (pull request #98: more correct fix for test_ioctl) (diff)
downloadpypy-60b9b90aba4359698ebb90242a8436daba7b2e6e.tar.gz
pypy-60b9b90aba4359698ebb90242a8436daba7b2e6e.tar.bz2
pypy-60b9b90aba4359698ebb90242a8436daba7b2e6e.zip
Added .rst to the README file so it renders correctly on Bitbucket
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000000..cf97bea920
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,24 @@
+=====================================
+PyPy: Python in Python Implementation
+=====================================
+
+Welcome to PyPy!
+
+PyPy is both an implementation of the Python programming language, and
+an extensive compiler framework for dynamic language implementations.
+You can build self-contained Python implementations which execute
+independently from CPython.
+
+The home page is:
+
+ http://pypy.org/
+
+The getting-started document will help guide you:
+
+ http://doc.pypy.org/en/latest/getting-started.html
+
+It will also point you to the rest of the documentation which is generated
+from files in the pypy/doc directory within the source repositories. Enjoy
+and send us feedback!
+
+ the pypy-dev team <pypy-dev@python.org>