Author: Manuel Jacob <[email protected]> Branch: improve-docs Changeset: r74081:744a8a154a58 Date: 2014-10-22 16:04 +0200 http://bitbucket.org/pypy/pypy/changeset/744a8a154a58/
Log: (ronan, mjacob) Complete some TOC trees. diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -863,3 +863,10 @@ information is completely independent of Python. .. _Py3k: https://bitbucket.org/pypy/pypy/src/py3k + + +.. toctree:: + :hidden: + + cppyy_backend + cppyy_example diff --git a/pypy/doc/discussion/win64_todo.txt b/pypy/doc/discussion/win64_todo.txt deleted file mode 100644 --- a/pypy/doc/discussion/win64_todo.txt +++ /dev/null @@ -1,9 +0,0 @@ -2011-11-04 -ll_os.py has a problem with the file rwin32.py. -Temporarily disabled for the win64_gborg branch. This needs to be -investigated and re-enabled. -Resolved, enabled. - -2011-11-05 -test_typed.py needs explicit tests to ensure that we -handle word sizes right. \ No newline at end of file diff --git a/pypy/doc/discussions.rst b/pypy/doc/discussions.rst --- a/pypy/doc/discussions.rst +++ b/pypy/doc/discussions.rst @@ -8,6 +8,8 @@ .. toctree:: - discussion/finalizer-order.rst - discussion/howtoimplementpickling.rst - discussion/improve-rpython.rst + discussion/finalizer-order + discussion/howtoimplementpickling + discussion/improve-rpython + discussion/ctypes-implementation + discussion/jit-profiler diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst --- a/pypy/doc/extending.rst +++ b/pypy/doc/extending.rst @@ -92,3 +92,9 @@ This is reserved for special cases: it gives direct access to e.g. the details of the JIT, allowing us to tweak its interaction with user code. This is how the numpy module is being developed. + + +.. toctree:: + :hidden: + + cppyy _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
