]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Move gen from "utilities" to "asynchronous networking"
authorBen Darnell <ben@bendarnell.com>
Sat, 16 Mar 2013 23:05:11 +0000 (19:05 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 16 Mar 2013 23:05:11 +0000 (19:05 -0400)
docs/networking.rst
docs/utilities.rst

index e11b0531a416303fffb37a6a5e2d07afdc390268..7d14c1cb19ea07f0912334a1deaad98c87c2a988 100644 (file)
@@ -3,6 +3,7 @@ Asynchronous networking
 
 .. toctree::
 
+   gen
    ioloop
    iostream
    httpclient
index 70e8a6b7c1debc3bb4a72f6f787959c86f326227..a1eefe7247c7721f93a2874bfa6f26674c3ab96f 100644 (file)
@@ -5,7 +5,6 @@ Utilities
 
    autoreload
    concurrent
-   gen
    httputil
    log
    options