Commit Graph

8 Commits

Author SHA1 Message Date
Ben Darnell 8a911d639f Use autodoc for asyncio and twisted docs. 2015-09-27 16:52:04 -04:00
Ben Darnell 4f86890cfa Add make_current keyword argument to IOLoop constructor.
This allows applications to create an IOLoop to be started in another
thread without making it current in the originating thread.

Update docs to use IOLoop.current() in place of IOLoop.instance() when
starting the loop.

Closes #1390.
2015-03-29 16:31:06 -04:00
Ben Darnell b85f775f34 Document convert_yielded. 2015-01-19 12:34:19 -05:00
Ben Darnell 88f28760c6 Document the AsyncIOLoop.asyncio_loop attribute for public use. 2015-01-19 10:20:33 -05:00
Ben Darnell 9e5430d6fa Document Tornado's incompatibility with asyncio.ProactorEventLoop.
Closes #1201.
2014-09-21 12:06:00 -04:00
Ben Darnell be70cb085b Doc updates.
* Version-added tags
* Add some missing methods
* Ignore asyncio module for coverage reports
* Work around a sphinx 1.2 regression
2013-12-31 17:50:12 -05:00
Ronan Amicel f414b49105 Fix asyncio code example 2013-12-30 22:35:33 +01:00
Ben Darnell 473821f478 Update next-release notes and document the asyncio module. 2013-11-07 15:11:48 -05:00