Author: Manuel Jacob <[email protected]> Branch: improve-docs Changeset: r74077:6b291674a63b Date: 2014-10-22 15:30 +0200 http://bitbucket.org/pypy/pypy/changeset/6b291674a63b/
Log: Remove includes of removed file _ref.txt. diff --git a/pypy/doc/cppyy_backend.rst b/pypy/doc/cppyy_backend.rst --- a/pypy/doc/cppyy_backend.rst +++ b/pypy/doc/cppyy_backend.rst @@ -43,6 +43,3 @@ to ``PATH``). In case of the former, include files are expected under ``$ROOTSYS/include`` and libraries under ``$ROOTSYS/lib``. - - -.. include:: _ref.txt diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -158,7 +158,6 @@ User Guide ========== - Drop-in replacement ------------------- @@ -343,7 +342,7 @@ only requires that the end programmer identifies where this parallelism is likely to be found, and communicates it to the system, using for example the ``transaction.add()`` scheme. - + .. _`transaction.py`: https://bitbucket.org/pypy/pypy/raw/stmgc-c7/lib_pypy/transaction.py .. _OpenMP: http://en.wikipedia.org/wiki/OpenMP @@ -377,7 +376,7 @@ The ``__pypy__.thread`` submodule is a built-in module of PyPy that contains a few internal built-in functions used by the ``transactional_memory`` module, plus the following: - + * ``__pypy__.thread.atomic``: a context manager to run a block in fully atomic mode, without "releasing the GIL". (May be eventually removed?) @@ -544,6 +543,3 @@ See also https://bitbucket.org/pypy/pypy/raw/default/pypy/doc/project-ideas.rst (section about STM). - - -.. include:: _ref.txt _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
