]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Flatten doc navigation
authorBen Darnell <ben@bendarnell.com>
Tue, 15 Jul 2014 01:05:33 +0000 (21:05 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 15 Jul 2014 01:05:33 +0000 (21:05 -0400)
sphinx_rtd_theme's sidebar will not go deeper than two levels
in the table of contents, so remove the extra index->documentation
indirection.

docs/documentation.rst [deleted file]
docs/index.rst

diff --git a/docs/documentation.rst b/docs/documentation.rst
deleted file mode 100644 (file)
index 678e081..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-Tornado Documentation
-=====================
-
-.. toctree::
-   :titlesonly:
-
-   guide
-   webframework
-   networking
-   integration
-   utilities
-   releases
-
-This documentation is also available in `PDF and Epub formats
-<https://readthedocs.org/projects/tornado/downloads/>`_.
-
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
index 3f638157843441bc0ad21b56dc99e9473f460245..0fb87aaf5864e00cf0b92f1a14050b408b903447 100644 (file)
@@ -28,7 +28,6 @@ installed automatically when using ``pip`` or ``easy_install``.
 Quick links
 -----------
 
-* :doc:`Documentation <documentation>`
 * |Download current version|: :current_tarball:`z` (:doc:`release notes <releases>`)
 * `Source (github) <https://github.com/tornadoweb/tornado>`_
 * Mailing lists: `discussion <http://groups.google.com/group/python-tornado>`_ and `announcements <http://groups.google.com/group/python-tornado-announce>`_
@@ -122,6 +121,26 @@ development use).  Tornado will also run on Windows, although this
 configuration is not officially supported and is recommended only for
 development use.
 
+Documentation
+-------------
+
+This documentation is also available in `PDF and Epub formats
+<https://readthedocs.org/projects/tornado/downloads/>`_.
+
+.. toctree::
+   :titlesonly:
+
+   guide
+   webframework
+   networking
+   integration
+   utilities
+   releases
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+
 Discussion and support
 ----------------------
 
@@ -141,8 +160,3 @@ the `Apache License, Version 2.0
 
 This web site and all documentation is licensed under `Creative
 Commons 3.0 <http://creativecommons.org/licenses/by/3.0/>`_.
-
-.. toctree::
-   :hidden:
-
-   documentation