Author: Manuel Jacob <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
