Author: Manuel Jacob Branch: improve-docs Changeset: r63981:d09af1ce5877 Date: 2013-05-11 14:58 +0200 http://bitbucket.org/pypy/pypy/changeset/d09af1ce5877/
Log: Add TODO. diff --git a/TODO-docs b/TODO-docs new file mode 100644 --- /dev/null +++ b/TODO-docs @@ -0,0 +1,29 @@ +Documentation TODO +================== + +General +------- + +* make inter-documentation links work +* work on configuration/options documentation +* structure documentation and add appropriate toctrees +* integrate numerous getting started documents into something more useful + (eg. "Installing PyPy", "Building PyPy from source", "Playing with the + RPython Toolchain", "Write your own interpreter in RPython") +* remove documentation for removed features +* architecture documents don't really show the separation between PyPy and RPython +* where should the documentation about coding style etc. be put? +* update / remove dead links + + +RPython +------- + +* remove duplication between translation.rst and rtyper.rst. +* rename / move rpython.rst? + + +PyPy +---- + +* divide user documentation, developer documentation, and academical stuff _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit