Armin Ronacher
d1821b3a07
Updated intersphinx
10 years ago
James Brewer
20645d9b86
Add missing `of` to documentation.
10 years ago
Armin Ronacher
932f7d7cbb
Refactored the scripting interface greatly.
10 years ago
Armin Ronacher
66ef55ce0a
Converted a leftover old-style click callback.
10 years ago
Markus Unterwaditzer
01450efc25
Merge pull request #1150 from kylepjohnson/master
...
typos
10 years ago
Kyle P. Johnson
71b525e1fa
typos
10 years ago
Armin Ronacher
f6d25bbc4f
Switch to newer click (2.0)
10 years ago
Kenneth Reitz
60260eb0f0
Merge pull request #1144 from untitaker/url_for_scheme_docs
...
Add documentation about url_for's default scheme
10 years ago
Markus Unterwaditzer
b49074eb6b
Add documentation about url_for's default scheme
...
Fix #1129
10 years ago
Daniel Neuhäuser
1d55b8983e
Merge pull request #1138 from LiterallyElvis/master
...
Quoted all HTML attributes.
10 years ago
Jeffrey D
3c48bf8935
Addressed issue #1134
10 years ago
Daniel Neuhäuser
f6618c7638
Merge pull request #1099 from root-11/patch-1
...
Update schema.rst
10 years ago
Daniel Neuhäuser
a51a167937
Merge pull request #1100 from thewhitetulip/patch-1
...
The example does not execute
10 years ago
Daniel Neuhäuser
c048aed65a
Merge pull request #1112 from methane/patch-3
...
Update python3.rst
10 years ago
Daniel Neuhäuser
486c1089b0
Base from_json on from_mapping
10 years ago
Daniel Neuhäuser
aa40b1731e
Add Config.from_mapping
10 years ago
INADA Naoki
a61347b902
Update python3.rst
10 years ago
Daniel Neuhäuser
02f0c755a3
Merge pull request #1117 from lord63/patch-1
...
Fix some typos
10 years ago
lord63
29768ce45e
Correct the mistake again.
10 years ago
INADA Naoki
efdf2e1212
Update python3.rst
10 years ago
lord63
e429e47a96
Correct the mistakes.
10 years ago
Daniel Neuhäuser
221aaa56c9
Merge pull request #1122 from milesrichardson/master
...
fixed typo -- missing "are" in docs/signals.rst
10 years ago
Daniel Neuhäuser
8d3ee017c5
Merge pull request #1132 from nicorevin/update_links
...
Update doclinks
10 years ago
Nico Revin
22219f51e5
Update doclinks
...
Fix redirects and broken links
10 years ago
Miles Richardson
c8ce5326b4
fixed typo -- missing "are" in docs/signals.rst
10 years ago
lord63
02e7bec21c
Fix typos in config.rst
10 years ago
lord63
7777b06809
Fix a typo in config.rst
10 years ago
lord63
de5bb759e3
Fix typos in shell.rst
10 years ago
lord63
3e9f074d05
Update becomingbig.rst
10 years ago
lord63
92191fb9d9
Fix a typo in templating.rst
10 years ago
INADA Naoki
931be87475
Update python3.rst
...
Fixes #1101
10 years ago
Kenneth Reitz
577581665c
Merge pull request #1105 from limeburst/master
...
Fix typo in cli docs
10 years ago
Armin Ronacher
cc98ba9092
Merge pull request #1110 from methane/patch-2
...
Stop recommending Python 2.6
10 years ago
INADA Naoki
add59a91cf
Stop recommending Python 2.6
10 years ago
Jihyeok Seo
f5b15c2a35
Fix typo in cli docs
11 years ago
Suraj Patil
eb0c8a6bee
The example does not execute
...
With the inclusion of the app.run we now are able to execute the program, it would be great if we'd have even more detailed docs available for the examples
11 years ago
root-11
2d992e7f13
Update schema.rst
...
The error is that sqlite3 needs escaping on the database column 'text' in the line:
text text not null
so that it becomes:
'text' text not null
The example on mitsuhiko/flask is correct and helped me detecting the mistake.
11 years ago
Kenneth Reitz
0ce47a365f
Merge pull request #1096 from slater/patch-1
...
Update dbcon.rst
11 years ago
Kenneth Reitz
6f990f67ed
Merge pull request #1097 from slater/patch-2
...
Update dbinit.rst
11 years ago
Mark Slater
35282a881e
Update dbinit.rst
...
"require" -> "requires"
11 years ago
Mark Slater
171253a0eb
Update dbcon.rst
...
"Teared" should be "torn", I think?
11 years ago
Kenneth Reitz
9fb52d5e02
Merge pull request #1086 from fengsp/patch-1
...
Fixed typo in _compat.py
11 years ago
Kenneth Reitz
8efbae917b
Merge pull request #1088 from lord63/master
...
Update installation.rst
11 years ago
Kenneth Reitz
b0f594efc9
Merge pull request #1090 from wxcafe/master
...
Update mod_wsgi.rst
11 years ago
Wxcafé (Clément Hertling)
777e23f81e
Update mod_wsgi.rst
...
Changes deprecated pkg_add to pkg install, adds documentation for yum
11 years ago
lord63
c44a6111bc
Update installation.rst
11 years ago
lord63
a8fd417b31
Update installation.rst
...
Add descriptions about how leave from the virtual environment.
11 years ago
Shipeng Feng
bf3708609a
Fixed typo in _compat.py
11 years ago
Armin Ronacher
3fc10bd240
Merge pull request #1077 from hdformat/patch-1
...
Update mod_wsgi.rst
11 years ago
Armin Ronacher
7cfe833a50
Merge pull request #1079 from smarkets/master
...
Get rid of _tag->closure->_tag reference cycle
11 years ago