tornado/docs
Ben Darnell addabd5190 Replace `gen.Multi` and `gen.multi_future` with `gen.multi`.
`multi_future` is awkward to type but is much more prominent
in native coroutines. The new function `multi` has a more
convenient name and delegates to either the YieldPoint
or Future version automatically.

For backwards compatibility, `multi_future` is still around,
and `Multi` was renamed to `MultiYieldPoint` so that we don't
have two different objects whose names differ only in case
(`Multi` is now an alias for `multi`).

See #1493.
2015-09-14 23:27:18 -04:00
..
guide Mention async/await in coroutine docs. 2015-08-02 16:24:48 -04:00
releases Replace `gen.Multi` and `gen.multi_future` with `gen.multi`. 2015-09-14 23:27:18 -04:00
Makefile Make many doc code blocks into sphinx doctests. 2015-02-09 00:19:47 -05:00
asyncio.rst Add make_current keyword argument to IOLoop constructor. 2015-03-29 16:31:06 -04:00
auth.rst Remove the deprecated/obsolete auth mixins. 2015-03-29 12:05:30 -04:00
autoreload.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
caresresolver.rst Add/update docs for twisted, caresresolver, and util modules 2013-03-16 18:52:07 -04:00
concurrent.rst Make many doc code blocks into sphinx doctests. 2015-02-09 00:19:47 -05:00
conf.py Fix PDF doc build. 2015-08-26 20:13:23 +02:00
coroutine.rst Add tornado.queues. 2015-03-14 21:13:25 -04:00
escape.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
faq.rst Add an FAQ page. 2015-03-04 00:01:05 -05:00
favicon.ico Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
gen.rst Replace `gen.Multi` and `gen.multi_future` with `gen.multi`. 2015-09-14 23:27:18 -04:00
guide.rst Add a web spider example to demonstrate Queue. 2015-04-14 21:24:42 -04:00
http.rst Reorganize top-level doc navigation. 2014-07-14 21:14:01 -04:00
http1connection.rst Document all the new HTTP stuff 2014-04-27 00:02:07 -04:00
httpclient.rst More doc updates. 2015-04-19 12:37:43 -04:00
httpserver.rst Fix doc references to HTTPRequest. 2014-02-23 15:57:18 -05:00
httputil.rst Enable the sphinx doctest extension. 2015-02-08 16:09:00 -05:00
index.rst Consistently format the three "Hello, world" examples (docs and README) 2015-06-21 10:20:01 -04:00
integration.rst Reorganize top-level doc navigation. 2014-07-14 21:14:01 -04:00
ioloop.rst Update release notes 2015-04-19 12:05:29 -04:00
iostream.rst Release note updates. 2014-06-20 00:37:11 -04:00
locale.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
locks.rst Document the Lock class. 2015-04-18 23:04:13 -04:00
log.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
netutil.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
networking.rst Reorganize top-level doc navigation. 2014-07-14 21:14:01 -04:00
options.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
process.rst More doc updates. 2015-04-19 12:37:43 -04:00
queues.rst Remove hidden testsetup blocks from otherwise self-contained doctests. 2015-08-02 15:10:32 -04:00
releases.rst Merge branch 'branch4.2' 2015-07-17 12:28:31 -04:00
stack_context.rst Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
tcpclient.rst Doc and release note updates. 2014-05-25 10:54:41 -04:00
tcpserver.rst Fix most of the rest of the dangling references. 2013-03-16 01:21:53 -04:00
template.rst Add Loader parameter to control whitespace mode. 2015-07-05 17:03:45 -04:00
testing.rst Release note and doc updates 2013-05-12 18:08:23 -04:00
tornado.png Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00
twisted.rst Add make_current keyword argument to IOLoop constructor. 2015-03-29 16:31:06 -04:00
util.rst Enable the sphinx doctest extension. 2015-02-08 16:09:00 -05:00
utilities.rst Reorganize top-level doc navigation. 2014-07-14 21:14:01 -04:00
web.rst Add Loader parameter to control whitespace mode. 2015-07-05 17:03:45 -04:00
webframework.rst Reorganize top-level doc navigation. 2014-07-14 21:14:01 -04:00
websocket.rst Make many doc code blocks into sphinx doctests. 2015-02-09 00:19:47 -05:00
wsgi.rst Unify WSGI support with the HTTPConnection abstraction. 2014-03-15 22:30:23 -04:00