Author: Manuel Jacob Branch: improve-docs Changeset: r63879:765f31793ccd Date: 2013-05-06 14:43 +0200 http://bitbucket.org/pypy/pypy/changeset/765f31793ccd/
Log: hg merge diff --git a/rpython/doc/contents.rst b/rpython/doc/contents.rst new file mode 100644 --- /dev/null +++ b/rpython/doc/contents.rst @@ -0,0 +1,19 @@ +Table of Contents +=================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + getting-started + faq + rpython + rlib + rffi + translation + rtyper + garbage_collection + cli-backend + windows + diff --git a/rpython/doc/index.rst b/rpython/doc/index.rst --- a/rpython/doc/index.rst +++ b/rpython/doc/index.rst @@ -1,22 +1,7 @@ Welcome to RPython's documentation! =================================== -Contents: - -.. toctree:: - :maxdepth: 2 - - getting-started - faq - rpython - rlib - rffi - translation - rtyper - garbage_collection - cli-backend - windows - +* :doc:`contents` Indices and tables ================== _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
