Author: Manuel Jacob Branch: improve-docs Changeset: r63878:bbfc387f4a48 Date: 2013-03-06 12:33 +0100 http://bitbucket.org/pypy/pypy/changeset/bbfc387f4a48/
Log: Move table of contents into its own document. 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
