Author: Manuel Jacob
Branch: improve-docs
Changeset: r72518:e8bf18c22cdb
Date: 2014-07-26 15:23 +0200
http://bitbucket.org/pypy/pypy/changeset/e8bf18c22cdb/

Log:    RPython docs: Delete contents.rst and move toctree to index.rst.

diff --git a/rpython/doc/contents.rst b/rpython/doc/contents.rst
deleted file mode 100644
--- a/rpython/doc/contents.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-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,7 +1,23 @@
 Welcome to RPython's documentation!
 ===================================
 
-* :doc:`contents`
+Table of Contents
+-----------------
+
+.. toctree::
+   :maxdepth: 1
+
+   getting-started
+   faq
+   rpython
+   rlib
+   rffi
+   translation
+   rtyper
+   garbage_collection
+   cli-backend
+   windows
+
 
 Indices and tables
 ==================
@@ -9,4 +25,3 @@
 * :ref:`genindex`
 * :ref:`modindex`
 * :ref:`search`
-
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to