Author: Manuel Jacob Branch: improve-docs Changeset: r64068:c0bb38b87c76 Date: 2013-05-14 13:52 +0200 http://bitbucket.org/pypy/pypy/changeset/c0bb38b87c76/
Log: Write an introduction; set the depth of the user TOC to 1. diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -1,14 +1,26 @@ Welcome to PyPy's documentation! ================================ -.. TODO write introduction +Welcome to the documentation for PyPy, a fast_, compliant alternative +implementation of the Python_ language. If you don't know what PyPy is, +consult the `PyPy website`_. + +PyPy is written using the RPython toolchain. RPython enables writing dynamic +language interpreters in a subset of Python which can be translated to C code +including an automatically generated JIT for the implemented language. If you +want to learn more about RPython, see the `RPython website`_. + +.. _fast: http://speed.pypy.org +.. _Python: http://python.org/ +.. _PyPy website: http://pypy.org/ +.. _RPython website: http://rpython.readthedocs.org/ User documentation ------------------ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 install build _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
