David Cole
cc8f47cf62
Small Typo fix
10 years ago
Mieszko
091852ef88
Minor typos cont.
10 years ago
Mieszko
5d9cdc65b5
Update sqlite3.rst
10 years ago
Mieszko
9db775e2dd
Minor typos fixed
...
According to Cambrigde English Dictionary "web server" ==correct, "webserver" ==incorrect.
10 years ago
defuz
7e157ee589
docs: ``http://...``
10 years ago
defuz
974e144843
docs: remove unnecessary colons
10 years ago
defuz
1501b79293
docs: :exc:`TypeError`
10 years ago
defuz
5562acfdfc
docs: fix warnings
10 years ago
defuz
d6f5eb8def
docs: `script` -> ``script``
10 years ago
defuz
d338dc8a13
docs: ``.html``, ``.py``
10 years ago
defuz
d4b9b9854c
docs: :mimetype:`application/json`
10 years ago
defuz
663802e976
docs: ``with``, ``for``, ``self``
10 years ago
defuz
0bb4de1e3b
docs: ``<body>``, ``|safe``
10 years ago
defuz
17eee81da0
docs: ``Flask-Uploads``, ``X-Forwarded-Host``
10 years ago
defuz
06d9a5e738
docs: :file:`/var/www/foo`, ``/static``
10 years ago
defuz
ad011bc32d
docs: ``DEBUG``, ``SERVER_NAME``, ``PATH_INFO``
10 years ago
defuz
02694d609f
docs: :command:`pip`, :option:`--debug`
10 years ago
defuz
936e787cca
docs: requirements.rst -> requirements.txt
10 years ago
defuz
a8f570cc62
docs: :file:`app.py`, :file:`yourapp/templates`
10 years ago
defuz
3fa4fd0908
docs: http method names like ``GET`` and ``POST``
10 years ago
defuz
8284217593
docs: ``True``, ``False`` and ``None``
10 years ago
defuz
6dbb015b43
docs: `HTTP` -> HTTP
10 years ago
flowerhack
bcba7eb397
Tweaked sqlite3 documentation
10 years ago
Mieszko
2cfdf7a839
Minor typos and spelling fixed
...
According to http://dictionary.cambridge.org/ "webserver" is incorrect, "web server" = correct
10 years ago
Ivan Ivaschenko
6a6acfbb09
Using double-backticks: ``None``
10 years ago
defuz
76f3d6b45e
improve TEMPLATE_AUTO_RELOAD docs
10 years ago
Petr Zemek
3159c86166
Unify the uses of "sourcecode" vs "source code".
...
Use "source code", which is more grammatically correct.
10 years ago
Petr Zemek
d1423b3e16
Unify the uses of "file system" vs "fileystem".
...
Use "filesystem", which is more prevailing in the source code.
10 years ago
Petr Zemek
ebab6718f7
Unify the uses of "testsuite" vs "test suite".
...
Use "test suite", which is more prevailing in the source code.
10 years ago
defuz
f88765d504
set TEMPLATE_AUTO_RELOAD default value to None
10 years ago
Markus Unterwaditzer
5c6d789e7b
Fix broken link
10 years ago
Jeff Widman
193b94b0ea
Fix typo: "lated later" >> "added later"
10 years ago
Nick Luchsinger
37fb0516f4
Minor typos in sqlite3.rst
...
Self-explanatory.
10 years ago
Nick Luchsinger
55db14ec68
Minor typo in errorpages.rst
10 years ago
Ben Darnell
e401a83fc5
Stop recommending Tornado as a WSGI server
...
Tornado's WSGI server is less scalable than the alternatives and only really makes sense when you have a specific need to run both WSGI apps and Tornado-native apps in the same process. This recommendation has been an ongoing source of confusion, e.g. http://stackoverflow.com/questions/26015116/making-tornado-to-serve-a-request-on-a-separate-thread .
Fixes #986 .
10 years ago
Bill Mill
3b3c5b8bf3
some grammar fixes in appcontext
...
* "in lack of" -> "for lack of"
* pillar's -> pillars
* ~~however~~
* a touch of cleanup to the "two ways" paragraph
* ~~on there~~
* "database connects" -> "database connections"
10 years ago
Kevin Funk
0632d53f3d
Update quickstart.rst
...
url converters: match the [API docs](http://flask.pocoo.org/docs/0.10/api/#url-route-registrations )
10 years ago
cgar
013d8ad3d9
minor spelling fixes
10 years ago
Markus Unterwaditzer
750fa594d8
Shorten paragraph about builtin server
10 years ago
Markus Unterwaditzer
3d3b809347
Rewrite deployment docs
10 years ago
Armin Ronacher
6cd54a4835
Fixed some cross linking in the docs
10 years ago
Armin Ronacher
bafc139810
Added EXPLAIN_TEMPLATE_LOADING to help people debug templates not being loaded.
10 years ago
boreq
3bd9cdce94
Added full_path to the Request object documentation.
10 years ago
Paulo Bu
b81f72070e
Fix warnings and code styling in the doc
...
There was a blank line missing that was generating a warning when
building the doc. Also, a removed function from cli.py was left in api.rst
(without_appcontext specifically) so this was also generating warnings.
Also corrects the format for a code block and adds a link to Werkzeug's Headers
class.
10 years ago
Markus Unterwaditzer
7db5232572
Don't mention Flask dev releases anymore
...
Fix #1155
10 years ago
Armin Ronacher
7c16054d81
Updated the logging documentation for recent changes.
10 years ago
Armin Ronacher
84ad89ffa4
Always log now, even if debug is off.
10 years ago
Armin Ronacher
afb613ca43
Added some missing documentation information.
10 years ago
Armin Ronacher
d1821b3a07
Updated intersphinx
10 years ago
Armin Ronacher
932f7d7cbb
Refactored the scripting interface greatly.
10 years ago