[pypy-commit] pypy default: tweak cppyy links

mattip pypy.commits at gmail.com
Fri Dec 16 02:41:14 EST 2016


Author: Matti Picus <matti.picus at gmail.com>
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


More information about the pypy-commit mailing list