Chris Snow
e2677780aa
FriendFeed website seems to have gone
2017-06-27 21:37:57 -04:00
Ben Darnell
58f63b91a1
docs: Clarify limitations of native coroutines.
2017-02-20 14:41:30 -05:00
Ben Darnell
6f73e9bb56
Merge pull request #1881 from ajdavis/file-example
...
docs: Demonstrate uploading and receiving files
2016-11-20 17:14:48 +08:00
A. Jesse Jiryu Davis
0fcbadc70d
docs: Demonstrate uploading and receiving files
2016-11-04 21:42:01 -04:00
A. Jesse Jiryu Davis
ef6957d165
web: Add regex support to RedirectHandler
...
The docs had wrongly claimed this was supported before. Implement it,
and update the docs to show the str.format-style syntax we chose.
Closes #1861 .
2016-11-04 08:12:18 -04:00
Ben Darnell
c92695253a
docs: Document some subtleties of native coroutines
2016-09-05 21:35:57 +08:00
Adam Chainz
a591d270ae
Convert readthedocs link for their .org -> .io migration for hosted projects
...
As per their email ‘Changes to project subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
2016-05-29 15:04:33 +01:00
Ben Darnell
b9919bf144
Improve grammar in docs
...
Fixes #1629
2016-02-13 19:11:58 -05:00
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
05f8c07173
Link to the users' guide from the release notes.
2015-11-05 21:54:38 -05:00
Ben Darnell
99527e1f03
Document some subtleties of native coroutines
2015-10-03 22:45:43 -04:00
Ben Darnell
959da8f6dd
Mention async/await in coroutine docs.
2015-08-02 16:24:48 -04:00
Ben Darnell
70e52f9c59
Add docs about calling coroutines.
...
Show an alternative to PeriodicCallback.
Closes #1463 .
2015-08-02 16:24:36 -04:00
Ben Darnell
4fb7d402d7
Fix doctests.
2015-07-04 13:41:34 -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
Martin Hoefling
7dc9f25532
Merge branch 'master' of https://github.com/tornadoweb/tornado
2015-04-19 15:23:45 +02:00
Martin Hoefling
f3a7816eab
Documentation for key versioning added
2015-04-19 15:19:58 +02:00
A. Jesse Jiryu Davis
d1829969aa
Remove unnecessary "start-file" markup.
2015-04-17 10:04:35 -04:00
A. Jesse Jiryu Davis
aed1fc4567
Remove redundant description of web-spider demo.
2015-04-14 21:29:23 -04:00
A. Jesse Jiryu Davis
41724baf65
Add a web spider example to demonstrate Queue.
2015-04-14 21:24:42 -04:00
Ben Darnell
b22bec6c09
Remove the deprecated/obsolete auth mixins.
...
Both Google's OpenID service and FriendFeed are slated to shut down
before the next release of Tornado, and FacebookMixin has been
deprecated in favor of OAuth 2.0 for a long time.
2015-03-29 12:05:30 -04:00
Vladimir Rutsky
9b3f414ae7
fix typo: "initalization"
2015-03-11 16:55:56 +03:00
Ben Darnell
b93b8405b3
Make many doc code blocks into sphinx doctests.
2015-02-09 00:19:47 -05:00
Ben Darnell
4eedb6f2fa
Merge branch 'stable'
2015-01-25 10:44:11 -05:00
FreeAquar
a9da1921a7
a wrong describle
2015-01-25 17:01:47 +08:00
Ben Darnell
dca3f6bf19
Clarify docs: `return` in generator is new in 3.3.
2015-01-10 10:47:19 -05:00
Arihant Agarwal
e10e16fc7e
Changed 'return' to 'raise gen.Return()' to fix Issue #1292 , explanation added.
2015-01-10 11:32:24 +05:30
Ben Darnell
a80d99d44d
Fix typo in docs.
...
Closes #1247 .
2014-11-10 23:13:40 -05:00
Jonas Vetterick
3a967948f1
adding hint to supervisord minfds
2014-10-20 17:07:07 +02:00
Jonas Vetterick
1b18d3dacb
Update running.rst
...
Hint on [Errno 24] "Too many open files" (http://stackoverflow.com/a/20894374 )
2014-10-17 16:12:05 +02:00
Justin Mayhew
1f4de38bdf
Fix typo
2014-10-03 23:39:00 -03:00
Cyril Mouchel
848c5175d5
Typing error
2014-07-18 19:21:35 +02:00
Ben Darnell
b96b6adf29
Fix example in docs.
2014-07-15 22:47:21 -04:00
Ben Darnell
3bcbb55d6c
Update gen docs: deemphasize Task, Callback, and Wait.
2014-07-13 18:19:29 -04:00
Ben Darnell
5cae3ff52e
Merge pull request #1106 from ajdavis/patch-2
...
Bugfix in asynchronous_fetch example code.
2014-07-12 22:39:31 -04:00
A. Jesse Jiryu Davis
ec37d01f2d
Bugfix in asynchronous_fetch example code.
2014-07-11 13:05:18 -04:00
A. Jesse Jiryu Davis
c7f21fae00
Complete the Motor example.
2014-07-11 13:03:16 -04:00
Ben Darnell
1b0cc391c7
Expand and rewrite the guide docs.
2014-07-04 15:54:19 -04:00
Ben Darnell
76b8ab66f2
Split overview.rst into separate files.
2014-06-28 15:40:55 -07:00
Ben Darnell
5d83890654
Add the start of a new user guide.
2014-06-24 18:58:35 -07:00