Skip to content

Commit

Permalink
Add titles to table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Jun 11, 2011
1 parent 0747607 commit 8fd9413
Show file tree
Hide file tree
Showing 19 changed files with 39 additions and 35 deletions.
4 changes: 2 additions & 2 deletions website/sphinx/auth.rst
@@ -1,5 +1,5 @@
``tornado.auth``
======================
``tornado.auth`` --- Third-party login with OpenID and OAuth
============================================================

.. automodule:: tornado.auth
:members:
4 changes: 2 additions & 2 deletions website/sphinx/autoreload.rst
@@ -1,5 +1,5 @@
``tornado.autoreload``
======================
``tornado.autoreload`` --- Automatically detect code changes in development
===========================================================================

.. automodule:: tornado.autoreload
:members:
4 changes: 2 additions & 2 deletions website/sphinx/database.rst
@@ -1,5 +1,5 @@
``tornado.database``
======================
``tornado.database`` --- Simple MySQL client wrapper
====================================================

.. automodule:: tornado.database
:members:
4 changes: 2 additions & 2 deletions website/sphinx/escape.rst
@@ -1,5 +1,5 @@
``tornado.escape``
======================
``tornado.escape`` --- Escaping and string manipulation
=======================================================

.. automodule:: tornado.escape
:members:
4 changes: 2 additions & 2 deletions website/sphinx/httpclient.rst
@@ -1,5 +1,5 @@
``tornado.httpclient``
======================
``tornado.httpclient`` --- Non-blocking HTTP client
===================================================

.. automodule:: tornado.httpclient
:members:
4 changes: 2 additions & 2 deletions website/sphinx/httpserver.rst
@@ -1,5 +1,5 @@
``tornado.httpserver``
======================
``tornado.httpserver`` --- Non-blocking HTTP server
===================================================

.. automodule:: tornado.httpserver
:members:
4 changes: 2 additions & 2 deletions website/sphinx/httputil.rst
@@ -1,5 +1,5 @@
``tornado.httputil``
======================
``tornado.httputil`` --- Manipulate HTTP headers and URLs
=========================================================

.. automodule:: tornado.httputil
:members:
5 changes: 4 additions & 1 deletion website/sphinx/index.rst
@@ -1,7 +1,10 @@
Tornado API Reference
=====================

Contents:
The following documents are automatically generated from docstrings
in the source code. A separate
`overview <http://tornadoweb.org/documentation/overview>`_ document is also
available.

.. toctree::
:maxdepth: 2
Expand Down
4 changes: 2 additions & 2 deletions website/sphinx/ioloop.rst
@@ -1,5 +1,5 @@
``tornado.ioloop``
======================
``tornado.ioloop`` --- Main event loop
======================================

.. automodule:: tornado.ioloop
:members:
4 changes: 2 additions & 2 deletions website/sphinx/iostream.rst
@@ -1,5 +1,5 @@
``tornado.iostream``
======================
``tornado.iostream`` --- Convenient wrappers for non-blocking sockets
=====================================================================

.. automodule:: tornado.iostream
:members:
4 changes: 2 additions & 2 deletions website/sphinx/locale.rst
@@ -1,5 +1,5 @@
``tornado.locale``
======================
``tornado.locale`` --- Internationalization support
===================================================

.. automodule:: tornado.locale
:members:
4 changes: 2 additions & 2 deletions website/sphinx/options.rst
@@ -1,5 +1,5 @@
``tornado.options``
======================
``tornado.options`` --- Command-line parsing
============================================

.. automodule:: tornado.options
:members:
4 changes: 2 additions & 2 deletions website/sphinx/stack_context.rst
@@ -1,5 +1,5 @@
``tornado.stack_context``
=========================
``tornado.stack_context`` --- Exception handling across asynchronous callbacks
==============================================================================

.. automodule:: tornado.stack_context
:members:
4 changes: 2 additions & 2 deletions website/sphinx/template.rst
@@ -1,5 +1,5 @@
``tornado.template``
======================
``tornado.template`` --- Flexible output generation
===================================================

.. automodule:: tornado.template
:members:
4 changes: 2 additions & 2 deletions website/sphinx/testing.rst
@@ -1,5 +1,5 @@
``tornado.testing``
======================
``tornado.testing`` --- Unit testing support for asynchronous code
==================================================================

.. automodule:: tornado.testing
:members:
4 changes: 2 additions & 2 deletions website/sphinx/web.rst
@@ -1,5 +1,5 @@
``tornado.web``
===============
``tornado.web`` --- ``RequestHandler`` and ``Application`` classes
==================================================================

.. automodule:: tornado.web

Expand Down
1 change: 1 addition & 0 deletions website/sphinx/webframework.rst
Expand Up @@ -2,6 +2,7 @@ Core web framework
==================

.. toctree::
:maxdepth: 2

web
httpserver
Expand Down
4 changes: 2 additions & 2 deletions website/sphinx/websocket.rst
@@ -1,5 +1,5 @@
``tornado.websocket``
======================
``tornado.websocket`` --- Bidirectional communication to the browser
====================================================================

.. automodule:: tornado.websocket
:members:
4 changes: 2 additions & 2 deletions website/sphinx/wsgi.rst
@@ -1,5 +1,5 @@
``tornado.wsgi``
======================
``tornado.wsgi`` --- Interoperability with other Python frameworks and servers
==============================================================================

.. automodule:: tornado.wsgi
:members:

0 comments on commit 8fd9413

Please sign in to comment.