]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update docs with new methods
authorBen Darnell <ben@bendarnell.com>
Sun, 4 Sep 2011 22:39:55 +0000 (15:39 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 4 Sep 2011 22:39:55 +0000 (15:39 -0700)
website/sphinx/conf.py
website/sphinx/gen.rst
website/sphinx/ioloop.rst
website/sphinx/web.rst

index 1b89d28be99aabbc57e7aa65b0a85c20a9a31825..c7cc1f46ba10e1584cf895f346b98311c2aff63b 100644 (file)
@@ -26,6 +26,10 @@ autoclass_content = "both"
 coverage_skip_undoc_in_source = True
 # I wish this could go in a per-module file...
 coverage_ignore_classes = [
+    # tornado.gen
+    "Runner",
+    "YieldPoint",
+
     # tornado.web
     "ChunkedTransferEncoding",
     "GZipContentEncoding",
index 648cbb9f7e008b7a4e5a631f7a4184f1b434e3a2..2cd322790d16a5d80565966ec83ff4bea31aa442 100644 (file)
@@ -20,3 +20,4 @@
 
    .. autoclass:: Wait
 
+   .. autoclass:: WaitAll
index 1ff1723194bd3db324a7dad9a4249eefeeaf889d..3e6e8ed3ae8df776ff83851d1a22b1f173d61fbd 100644 (file)
 
    .. automethod:: IOLoop.instance
    .. automethod:: IOLoop.initialized
+   .. automethod:: IOLoop.install
    .. automethod:: IOLoop.start
-   .. automethod:: IOLoop.stop
    .. automethod:: IOLoop.running
+   .. automethod:: IOLoop.stop
+   .. automethod:: IOLoop.close
 
    I/O events
    ^^^^^^^^^^
index 5e85f76f4d2e4e8490cc7672578746b212e6c262..266ababab06da99de1b261a3bf5b7cea68cb4c9e 100644 (file)
@@ -39,6 +39,7 @@
 
    .. automethod:: RequestHandler.set_status
    .. automethod:: RequestHandler.set_header
+   .. automethod:: RequestHandler.add_header
    .. automethod:: RequestHandler.set_default_headers
    .. automethod:: RequestHandler.write
    .. automethod:: RequestHandler.flush