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 |
Petr Zemek
|
d1423b3e16
|
Unify the uses of "file system" vs "fileystem".
Use "filesystem", which is more prevailing in the source code.
|
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 |
Nico Revin
|
22219f51e5
|
Update doclinks
Fix redirects and broken links
|
10 years ago |
Armin Ronacher
|
e9d1fc47bf
|
Updated docs for click support
|
11 years ago |
Daniel Neuhäuser
|
51228ad0d1
|
Use https for devcenter.heroku.com
|
11 years ago |
Daniel Neuhäuser
|
52def324b8
|
Use https instead of http for docs.python.org
|
11 years ago |
Daniel Neuhäuser
|
20edb3189c
|
Fix Pocoo documentation links
|
11 years ago |
Mikael Åhlén
|
70f8b39c52
|
added a new behaviour for responses that enable the tuple to be in the form of (response, headers) and continiue to support the (response, status, headers) format.
|
11 years ago |
d3spis3d
|
05dbf52fa5
|
URL Reversing in Quickstart #779
Updated quickstart to make clear that URL reversing refers to the use of
url_for() to build the URL. Issue #779
|
11 years ago |
Alexey Shamrin
|
f161a71c19
|
quickstart: import `request` in HTTP methods example
|
11 years ago |
Daniel Neuhäuser
|
5207c69064
|
Fix #856 ommited typo in quickstart
|
11 years ago |
Martín Gaitán
|
4028e2395c
|
plural
|
12 years ago |
BobStevens
|
9fe209b497
|
fixed typo
|
12 years ago |
BobStevens
|
e2fdf28e97
|
word change for clarity
changed "200 error code" to "200 status code"
|
12 years ago |
=
|
1723990aee
|
Fixed a few typos on quickstart
|
12 years ago |
Michael N. Gagnon
|
8a6cba9e63
|
fix typo in quickstart guide
|
12 years ago |
Alex Couper
|
1be13297c1
|
Remove comma.
|
12 years ago |
Alex Couper
|
8ee01ad5ed
|
Put the link to Flask class docs at the end.
|
12 years ago |
Alex Couper
|
cc8a85d753
|
Move docs explaining instantiating Flask
|
12 years ago |
Devon Mizelle
|
c999c179a2
|
fixes #677 - mistype in docs/quickstart
|
12 years ago |
jfinkels
|
639817b621
|
Update docs/quickstart.rst
Removed incorrect syntax and simplified remaining sentence.
|
12 years ago |
Ramiro Gomez
|
3800c7396b
|
Try to correct confusing sentence in doc and fixed word duplication.
|
12 years ago |
bev-a-tron
|
1f82d02b33
|
Fixes #519 by adding return statement
|
13 years ago |
Alex Vykalyuk
|
028229d0ff
|
Fixed typo in docs/quickstart
|
13 years ago |
Alex Vykalyuk
|
0333c824bf
|
Removed link to ep.io from quickstart
|
13 years ago |
Ron DuPlain
|
a3cb2a3382
|
Use American English for "behavior" in docs.
Prompted by plaes on #pocoo, mitsuhiko confirmed to use American English.
|
13 years ago |
Paul McMillan
|
acb61ae57b
|
Minor docs fix.
|
13 years ago |
Armin Ronacher
|
cf1641e5be
|
Changed the implementation of returning tuples from functions
|
13 years ago |
Ron DuPlain
|
b16c988f1e
|
Fix static endpoint name mention in quickstart.
|
13 years ago |
Sergey
|
e76db15e26
|
Update docs/quickstart.rst
|
13 years ago |
Ron DuPlain
|
3bf1750b5d
|
Tighten quickstart deployment docs.
|
13 years ago |
Ned Jackson Lovely
|
27194a01d8
|
Fix typo in docs.
http://feedback.flask.pocoo.org/message/279
|
13 years ago |
Kevin Burke
|
2befab24c5
|
remove localtunnel things that were added to snippets
|
13 years ago |
Kevin Burke
|
605d0ee344
|
update links
|
13 years ago |
Kevin Burke
|
6b9e6a5a52
|
add heroku/deploy options to quickstart, and add more clear links in tutorial setup.
|
13 years ago |
Paul McMillan
|
b9f4e0bd9c
|
Remove redundant words from quickstart.
|
13 years ago |
Ron DuPlain
|
69e7a0a2a0
|
Move debugger details into a new section, #343.
|
13 years ago |
Ron DuPlain
|
dfd3ef6d54
|
Add cookie size limit note to sessions section.
Result of discussion with jujule_ on #pocoo irc.
|
13 years ago |
Ron DuPlain
|
ed40eacf42
|
Add tiny doc touchups.
|
13 years ago |
Ori Livneh
|
df19ee95bd
|
more editorial work
|
13 years ago |
Sundar Raman
|
94692607e6
|
Documentation on how to use external debuggers like eclipse/aptana
|
13 years ago |
Armin Ronacher
|
065afe53a6
|
Improved doc exaples. This fixes #370 and #371.
|
13 years ago |
FND
|
7ccca13bbd
|
Fixed various stylistic issues in documentation
|
13 years ago |
Craig Dennis
|
75050d4bc5
|
Simple documentation corrections, mostly typos.
|
13 years ago |
Armin Ronacher
|
b40af3ccd9
|
Updated the documentation to show how to set cookies for not yet existing responses
|
13 years ago |
Armin Ronacher
|
5b16532000
|
Extended quickstart docs for the headers
|
13 years ago |
Armin Ronacher
|
13005d76b9
|
Improved cookie documentation
|
13 years ago |
Kenneth Reitz
|
a7b85c9f15
|
Consistent quotes
|
13 years ago |