[pypy-commit] pypy improve-docs: Remove 'Where to go from here' section from build.rst.

mjacob noreply at buildbot.pypy.org
Wed Oct 22 16:04:44 CEST 2014


Author: Manuel Jacob <me at manueljacob.de>
Branch: improve-docs
Changeset: r74079:1511aa8095b4
Date: 2014-10-22 15:55 +0200
http://bitbucket.org/pypy/pypy/changeset/1511aa8095b4/

Log:	Remove 'Where to go from here' section from build.rst.

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -165,28 +165,3 @@
 
 
 .. TODO windows
-
-
-Where to go from here
----------------------
-
-Congratulations! Now that you've successfully built your own PyPy, you might
-want to `start writing a fast JITed interpreter with PyPy`_, or look at some
-:doc:`projects we need help with <project-ideas>`, or just dive deeper into
-the docs:
-
-.. toctree::
-  :maxdepth: 1
-
-  getting-started-dev
-  cpython_differences
-  embedding
-  gc_info
-  jit-hooks
-  stackless
-  cppyy
-  objspace-proxies
-  sandbox
-
-
-.. _start writing a fast JITed interpreter with PyPy: http://morepypy.blogspot.com/2011/04/tutorial-writing-interpreter-with-pypy.html


More information about the pypy-commit mailing list