Commit Graph

24 Commits

Author SHA1 Message Date
Ben Darnell 4d6fef7897 Drop support for Python 3.2.
Remove python 3.2 support from all test configurations and docs,
but do not actively remove code that exists for 3.2 compatibility.
2015-11-06 18:53:11 -05:00
Ben Darnell 02e67efa6b Drop Python 2.6 support.
Remove python 2.6 support from all test configurations and docs,
but do not actively remove code that exists for 2.6 compatibility.
2015-11-06 18:53:11 -05:00
Ben Darnell b3d64df007 Rewrite prerequisites section of index.rst.
Remove redundant parts of README; link to tornadoweb.org instead.
2015-10-24 19:07:59 -04:00
awsh 0017a3843b Removed links to facebook.com as Tornado is no longer featured. 2015-10-01 15:47:00 -04:00
awsh 09ee625f62 Removed broken link. 2015-10-01 14:35:40 -04:00
Greg Ward 5039d3d28b Consistently format the three "Hello, world" examples (docs and README)
- encourage use of make_app() (makes testing easier)
- use fully-qualified module paths (painful in real-world code,
  but makes examples clearer)
- don't define a main() function that is never called: just
  use a boring old "__name__ == __main__" block, so the code
  can be copy + pasted + executed immediately
- just use a tuple when defining routes, not url(...): this is
  supposed to be a simple, minimalist example
2015-06-21 10:20:01 -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 83a0691723 Add an FAQ page. 2015-03-04 00:01:05 -05:00
Ben Darnell 8dcbb60094 Drop the 3.2-era "upgrade notes" from the homepage.
The need to install dependencies is well-established by now.
2014-07-14 21:18:42 -04:00
Ben Darnell 670176c083 Reorganize top-level doc navigation. 2014-07-14 21:14:01 -04:00
Ben Darnell b4ecbf96f3 Flatten doc navigation
sphinx_rtd_theme's sidebar will not go deeper than two levels
in the table of contents, so remove the extra index->documentation
indirection.
2014-07-14 21:05:33 -04:00
Ben Darnell 5a542d88ab Point all links to the 'demos' directory to the stable branch instead of master. 2014-05-17 10:19:17 -04:00
Ben Darnell a47c2c5eb5 Merge branch 'branch3.2'
Conflicts:
	tornado/tcpserver.py
2014-05-13 21:05:29 -04:00
Ben Darnell 7b225f8ecb Update links to github repo; add announcement mailing list. 2014-05-13 21:03:27 -04:00
Ben Darnell ec4b7e4643 Remove ca-certificates bundle and instead depend on the certifi package. 2014-04-27 21:03:08 -04:00
Ben Darnell 24ccf2fe05 Add a link to the Stack Overflow 'tornado' tag from the docs. 2014-01-09 20:15:41 -05:00
Ben Darnell 4a5fdb1e83 Add backports.ssl_match_hostname dependency in place of our copy.
This function has changed recently and it makes more sense to stop
maintaining a separate copy, even though it does introduce our first
required dependency.
2013-11-05 16:00:42 -05:00
Ben Darnell e03e826355 Document Windows support (or lack thereof).
Closes #871.
2013-08-18 19:12:07 -04:00
Ben Darnell efeb35009b Fix the same typo in docs/index.rst 2013-04-18 09:33:57 -04:00
Ben Darnell 8b72824826 Re-add google webmaster tools site verification code. 2013-04-10 23:53:58 -04:00
Ben Darnell b166bdf442 Fix dangling references in recently-revised docs. 2013-03-15 23:14:48 -04:00
Ben Darnell 16932d8cff Rewrite text on index page. 2013-03-10 23:04:06 -04:00
Ben Darnell d2a9b85de4 Fix internal links for pdf output. 2013-03-10 16:49:19 -04:00
Ben Darnell 5872959a75 Move website/sphinx/ to docs/, remove rest of appengine website dir. 2013-03-10 16:05:20 -04:00