[pypy-commit] pypy improve-docs: Jit generation docs were moved to RPython.

Manuel Jacob noreply at buildbot.pypy.org
Tue May 7 20:23:42 CEST 2013


Author: Manuel Jacob
Branch: improve-docs
Changeset: r63901:b8500e8e390a
Date: 2013-05-07 14:02 +0200
http://bitbucket.org/pypy/pypy/changeset/b8500e8e390a/

Log:	Jit generation docs were moved to RPython.

diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
--- a/pypy/doc/index.rst
+++ b/pypy/doc/index.rst
@@ -62,7 +62,6 @@
   * `Differences between PyPy and CPython`_
   * `What PyPy can do for your objects`_ - transparent proxy documentation
   * `Continulets and greenlets`_ - documentation about stackless features
-  * `JIT Generation in PyPy`_
   * `JIT hooks`_
   * `Sandboxing Python code`_
   * `Garbage collection environment variables`_
@@ -70,7 +69,6 @@
 .. _`Differences between PyPy and CPython`: cpython_differences.html
 .. _`What PyPy can do for your objects`: objspace-proxies.html
 .. _`Continulets and greenlets`: stackless.html
-.. _`JIT Generation in PyPy`: jit/index.html
 .. _`JIT hooks`: jit-hooks.html
 .. _`Sandboxing Python code`: sandbox.html
 .. _`Garbage collection environment variables`: gc_info.html


More information about the pypy-commit mailing list