Author: Manuel Jacob Branch: improve-docs Changeset: r64056:7235543590b4 Date: 2013-05-14 10:03 +0200 http://bitbucket.org/pypy/pypy/changeset/7235543590b4/
Log: Add more documents to the user TOC. diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -349,7 +349,7 @@ Features -======== +-------- The following is not meant to be an exhaustive list, since cppyy is still under active development. @@ -652,7 +652,7 @@ Templates -========= +--------- A bit of special care needs to be taken for the use of templates. For a templated class to be completely available, it must be guaranteed that @@ -761,7 +761,7 @@ The fast lane -============= +------------- The following is an experimental feature of cppyy. It mostly works, but there are some known issues (e.g. with return-by-value). @@ -791,7 +791,7 @@ .. _genreflex-methptrgetter.patch: https://bitbucket.org/pypy/pypy/src/default/pypy/module/cppyy/genreflex-methptrgetter.patch CPython -======= +------- Most of the ideas in cppyy come originally from the `PyROOT`_ project. Although PyROOT does not support Reflex directly, it has an alter ego called @@ -845,7 +845,7 @@ Python3 -======= +------- To change versions of CPython (to Python3, another version of Python, or later to the `Py3k`_ version of PyPy), the only part that requires recompilation is diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -12,6 +12,14 @@ install build + cpython_differences + gc_info + jit-hooks + stackless + cppyy + objspace-proxies + sandbox + clr-module Development documentation _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit