Author: Matti Picus <[email protected]> Branch: Changeset: r89087:7fe5525b6ff6 Date: 2016-12-16 09:32 +0200 http://bitbucket.org/pypy/pypy/changeset/7fe5525b6ff6/
Log: tweak cppyy links diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst --- a/pypy/doc/extending.rst +++ b/pypy/doc/extending.rst @@ -12,7 +12,7 @@ * Write them in pure Python and use ctypes_. -* Write them in C++ and bind them through cppyy_ using Cling. +* Write them in C++ and bind them through :doc:`cppyy <cppyy>` using Cling. * Write them in as `RPython mixed modules`_. @@ -76,7 +76,7 @@ The :doc:`cppyy <cppyy>` module is written in RPython, thus PyPy's JIT is able to remove most cross-language call overhead. -:doc:`Full details <cppyy>` are `available here <cppyy>`. +:doc:Full details are `available here <cppyy>`. .. _installed separately: https://pypi.python.org/pypi/PyPy-cppyy-backend .. _Cling: https://root.cern.ch/cling _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
