Author: Manuel Jacob <[email protected]> Branch: improve-docs Changeset: r74088:e38f409137bc Date: 2014-10-22 16:53 +0200 http://bitbucket.org/pypy/pypy/changeset/e38f409137bc/
Log: (ronan, mjacob) Update documentation TODO. diff --git a/pypy/doc/TODO b/pypy/doc/TODO --- a/pypy/doc/TODO +++ b/pypy/doc/TODO @@ -4,12 +4,9 @@ General ------- -* structure documentation and add appropriate toctrees (mostly done) -* architecture documents don't really show the separation between PyPy and RPython +* architecture documents don't really show the separation between PyPy and + RPython * architecture.rst is duplicate (both pypy and rpython) -* where should the documentation about coding style etc. be put? - * we don't really document coding style - * w_* convention? Cleanup @@ -27,6 +24,14 @@ * work on configuration/options documentation generation +PyPy +---- + +* Update coding guide +* Move links from project-documentation.rst to index.rst and consider killing + it. + + RPython ------- _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
