Nechepso
0639bfaf23
flaskr: report app init error instead of crashing
...
Improve error reporting of the application factory built during the tutorial
by not swallowing all OSError exceptions that could happen when trying to
create the instance folder.
6 years ago
David Lord
0b7a74dda3
split code and output
6 years ago
Tom Busby
eae6440605
Make script output into comments to not break syntax highlighting
...
http://flask.pocoo.org/docs/1.0/quickstart/#url-building
In the URL Building section of the quickstart, the script output is shown right after the code.
This breaks syntax highlighting for the whole code-block. To fix this, I have made the output into comments.
6 years ago
Jarek Lipski
47dadcfe15
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
David Lord
0f4c9f1d57
reformat sphinx config
6 years ago
David Lord
ba868d681a
update sphinx config
6 years ago
chengkang
067c772588
remove DocVersion related
6 years ago
chengkang
3e86fd25e9
fix issue: no theme named 'flask' found
6 years ago
Grey Li
21b0aa6dd8
Add prefix for all commands in documentation ( #2877 )
...
* Add prefix for commands in docs
* Add prefix for commands in example's README
6 years ago
Alexis Benoist
b9b88b0cdf
doc reqcontext fix teardown example ( #2892 )
...
* doc reqcontext fix teardown example
* remove comments
6 years ago
cktan98
f45ceec31f
Fix grammatical error
7 years ago
Jeremy Mayeres
c7791bb526
📚 Improve docs about ScriptInfo
...
Improve documentation for the CLI using application factories and
how/when the ScriptInfo object is passed with Application Discovery
7 years ago
Justin W. Flory
e771016a5b
Fix broken cross-references; use :doc: tags where necessary
7 years ago
Bill Fienberg
15b2301754
Fix grammatical error: incorrect verb conjugation
...
Before: >However, as a project *get* bigger
After: >However, as a project *gets* bigger
7 years ago
Juan Lara
bb63298b71
Typo in docs
...
"keeps track on" -> "keeps track of"
7 years ago
Gabriel Saldanha
c5af1be70f
🎨 Use set literal instead of set method
7 years ago
Kamil Wargula
c92c1e93c7
Update docs - add command for listing rules.
7 years ago
Grey Li
27e67dafc0
Remove unnecessary period in documentation
7 years ago
Saul Urias
0b4296ff17
Fix typo in appcontext.rst
7 years ago
Anthony Plunkett
7cc71cccec
Set uwsgi link to use :ref:
...
Fixes #2802
7 years ago
Tiago Coutinho
c853d11fc5
Update gevent wsgi
...
gevent.wsgi is deprecated since gevent 1.1 and removed in gevent 1.3.
gevent.pywsgi should be used instead
7 years ago
Grey Li
07b9ff6e77
Make super() compatible for Python2
7 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
Daniel Opitz
676efcc21a
Fixed LaTeX errors on documentation PDF generation
7 years ago
Aaron Hall, MBA
5a75da5471
add missing port to localhost URL
7 years ago
Aaron Hall, MBA
a6750079f8
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
Vik
ad1ce2721b
Update config.rst
...
Fix Debug Default: By default Debug is only True when ENV is 'development'
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
08ef4d03d8
fix docs index sidebar
7 years ago
David Lord
0997e7c8d1
fix docs logo
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