Jarek Lipski
363205bdc3
fix @click.command example by adding parens
...
Otherwise the example fails with the following error:
"name = name or cmd.name AttributeError: 'function' object has no attribute 'name'".
More details: https://stackoverflow.com/a/51923415/4619705
6 years ago
Daniel Opitz
1c2a2cd001
Fixed LaTeX errors on documentation PDF generation
7 years ago
David Lord
335dcf8ec4
clarify the section navigation in installation
7 years ago
Mitchel Humpherys
725f391399
docs: installation: Add link to Quickstart after install
...
Once Flask is installed many users will want to proceed to the next section
in the docs (Quickstart). Add a link to the end of the Install section for
this.
7 years ago
Aaron Hall, MBA
5a75da5471
add missing port to localhost URL
7 years ago
Daiana Marasquin
104808b480
fix syntax error and typo in quickstart.rst
7 years ago
David Lord
5965cb7e1c
rename to FLASK_SKIP_DOTENV, add docs, test
7 years ago
Yao Long
9b6878af5a
document error on fileupload
...
after file uploaded, it should redirect for uploaded_file page instead
of upload page
7 years ago
Vik
9394c389bf
Update config.rst
...
Fix Debug Default: By default Debug is only True when ENV is 'development'
7 years ago
David Lord
5d00869aa5
expand explantion about default redirects
7 years ago
Hampus Dunström
a2536e1bdb
Added short note about Werkzeug redirect behaviour
7 years ago
David Lord
3f81582d5d
fix docs index sidebar
7 years ago
David Lord
8ceff653c5
fix docs index sidebar
7 years ago
David Lord
987b0098d8
fix docs logo
7 years ago
David Lord
22992a0d53
add donate link
7 years ago
David Lord
2ede0b8ba9
add donate link
7 years ago
David Lord
4137aecca9
add donate link
7 years ago
David Lord
44dc32243e
add donate link
7 years ago
Grey Li
7df3524bb9
Fix typo in docs
7 years ago
David Lord
93698b509b
document cli option env vars
...
closes #2713
7 years ago
David Lord
84efe4de77
enable intersphinx
7 years ago
David Lord
679bf0014f
use theme provided by pallets-sphinx-themes
7 years ago
David Lord
49a38ed999
use theme provided by pallets-sphinx-themes
7 years ago
David Lord
1e84c67beb
clean up js example
7 years ago
David Lord
fce1885f76
add javascript ajax example
7 years ago
David Lord
1ed756a523
add Response.max_cookie_size config
7 years ago
Grey Li
2f9be68a81
Add tips for 413 connection reset issue
7 years ago
David Lord
46dc14664f
document blueprint static folder without prefix
7 years ago
David Lord
c3dd7b8e4c
rewrite tutorial docs and example
7 years ago
David Lord
2411707492
rework context docs
7 years ago
David Lord
4462cc57c8
rewrite extension docs
...
remove old extension patterns
remove flask.ext from api docs
7 years ago
David Lord
303a3d24a6
rewrite quickstart Unique URLs section
7 years ago
David Lord
82f0d120de
use subdomain arg in url_map.bind_to_environ
...
rename new subdomain test, parametrize
test allowing subdomains as well as ips
add subdomain_matching param to docs
add some references to docs
add version changed to create_url_adapter
7 years ago
David Lord
cf5525f98a
add test_cli_runner for testing app.cli commands
7 years ago
David Lord
310fbfcf64
revert copyright year to project start
...
add copyright header to files
7 years ago
David Lord
9bf5c3b3a3
update project metadata
...
new readme
readme as setup.py long_description
links in changes
git in authors
add travis osx env
break out docs build in travis
remove python_requires for now
7 years ago
David Lord
ae30fe7de0
document testing cli commands
7 years ago
David Lord
7fb2ddcaf6
add note about syntax errors in custom scripts
...
mention pycharm version support
7 years ago
David Lord
213afec771
add rst extension for changelog
...
fix changelog version
7 years ago
David Lord
382b13581e
clean up samesite docs
7 years ago
Fadhel_Chaabane
a1d9ebe4ab
New Feature: Added Support for cookie's SameSite attribute.
7 years ago
Nickatak
a9646716d2
Fix typo in example.
7 years ago
David Lord
87c2e121e0
clean up FLASK_ENV docs [ci skip]
7 years ago
Armin Ronacher
2433522d29
Add Support for FLASK_ENV ( #2570 )
...
This introduces environments to Flask
7 years ago
Hsiaoming Yang
60eecb547d
Remove python 2.6 and 3.3 everywhere. ( #2583 )
7 years ago
David Lord
c11fe5d007
smaller, optimized image
...
reword / reformat the docs
fix tox build directory
7 years ago
Grey Li
94fd3edf31
Docs: Update CLI for factory pattern
7 years ago
David Lord
28d0f66c1f
remove tests and docs for python 2.6 and 3.3
7 years ago
Andy Craze
1cdfe0e5e9
Fix sentry raven install docs
...
The documentation for installing Sentry's raven client was incorrect. It should state that the client must be installed with the extra flask dependencies as mentioned in getsentry/raven-python#1075
7 years ago
Grey Li
58ea360d43
Docs: Add missing backslash
7 years ago