Author: Manuel Jacob <[email protected]> Branch: improve-docs Changeset: r74165:590a8ebd85d3 Date: 2014-10-24 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/590a8ebd85d3/
Log: Fix pypy:sandbox reference. diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst --- a/pypy/doc/sandbox.rst +++ b/pypy/doc/sandbox.rst @@ -1,3 +1,5 @@ +.. _sandbox: + PyPy's sandboxing features ========================== diff --git a/rpython/doc/faq.rst b/rpython/doc/faq.rst --- a/rpython/doc/faq.rst +++ b/rpython/doc/faq.rst @@ -61,7 +61,7 @@ No. `Zope's RestrictedPython`_ aims to provide a sandboxed execution environment for CPython. `PyPy's RPython`_ is the implementation language for dynamic language interpreters. However, PyPy also provides -a robust :doc:`sandboxed Python Interpreter <pypy:sandbox>`. +a robust :ref:`sandboxed Python Interpreter <pypy:sandbox>`. .. _Zope's RestrictedPython: http://pypi.python.org/pypi/RestrictedPython _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
