Commit Graph

78 Commits

Author SHA1 Message Date
David Lord 52df9eed45
drop end of life python versions 2025-05-13 08:31:54 -07:00
David Lord 1d610e44b3
drop support for Python 3.8 2024-10-31 12:30:53 -07:00
David Lord 2e8fe7b2f2
drop support for python 3.7 2023-04-20 11:09:55 -07:00
David Lord 9cb1a7a52d
blinker is required, signals are always available 2023-04-13 07:39:24 -07:00
David Lord 7ee9ceb71e
Merge branch '2.2.x' 2023-03-11 08:23:08 -08:00
martinamca 0bc6be604d
Update installation.rst
The link to Blinker does not work.
2023-03-08 21:28:33 +03:00
David Lord 8f13f5b6d6
update docs and examples for pyproject
setup.py -> pyproject.toml
venv -> .venv
2023-01-18 10:32:51 -08:00
David Lord 1b552d0b01
remove ContextVar compat 2021-11-11 16:12:08 -08:00
David Lord e609dddd60
drop Python 3.6 2021-11-11 16:11:43 -08:00
laggardkernel 0ce270d1f3 Update doc about minimal Python version for async support 2021-05-30 11:03:49 +00:00
Grey Li 1035efc7d6
Add command switch tabs for Bash, CMD and Powershell with sphinx-tabs (#3714)
* Enable Sphinx extension sphinx-tabs

* Add command tabs for all export commands

* Add command tabs for all venv commands

Fix trim spaces
2020-10-15 14:08:37 -07:00
David Lord c43edfc7c0
remove simplejson
- remove encoding detection backport, json.loads supports it directly
- use str.translate instead of multiple str.replace
2020-04-07 09:55:39 -07:00
David Lord 171aabc87d
remove unused ref directives
replace page refs with doc directives
2020-04-04 12:57:14 -07:00
David Lord 7673835b3d
remove Python 2 from docs 2020-04-04 12:05:44 -07:00
Stéphane Wirtel 98a26cfb42 Documentation: Use Python 3.5+ 2019-07-10 19:03:10 +02:00
David Lord 1351d0a565
Merge branch '1.0.x' 2019-06-23 16:57:52 -07:00
David Lord cb6272ccc8
fix docks linkcheck 2019-06-23 15:37:51 -07:00
David Lord 3b45b82ec2
Merge branch '1.0-maintenance' 2019-01-06 10:36:54 -08:00
David Lord 40e064fa27
use "-m virtualenv" in installation doc 2019-01-06 10:25:16 -08:00
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
2018-09-09 17:41:56 +09:00
David Lord 335dcf8ec4
clarify the section navigation in installation 2018-05-08 20:10:27 -07:00
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.
2018-05-08 19:59:25 -07:00
David Lord 49a38ed999
use theme provided by pallets-sphinx-themes 2018-04-18 12:05:31 -07:00
David Lord c3dd7b8e4c
rewrite tutorial docs and example 2018-04-09 00:53:25 -07:00
David Lord 28d0f66c1f
remove tests and docs for python 2.6 and 3.3 2017-12-16 07:00:00 -08:00
David Lord 9bc329c0c9
rewrite cli docs
reflects the current FLASK_APP detection
2017-10-10 11:10:20 -07:00
David Lord 491d331e6e
load env vars using python-dotenv 2017-07-16 13:37:51 -07:00
David Lord 1fb43e3be4
rewrite installation docs
discuss python version
discuss all dependencies
prefer python 3 in instructions
[ci skip]
2017-05-11 14:34:09 -07:00
Runar Trollet Kristoffersen 889c0ed196 Issue #2212: documentation: virtualenv and python3 2017-03-19 18:01:23 +01:00
Jeff Widman bb0e755c80 Migrate various docs links to https (#2180)
Also fixed a few outdated links
2017-02-11 10:43:11 +01:00
David Lord cdbd63d7de Windows venv is Scripts, capital S
closes #2056
2016-10-12 12:14:49 -07:00
Olexander Yermakov b7a0cc61c5 Update installation documentation for using 'pip' command (#1920) 2016-07-05 12:00:43 -07:00
David Lord 1928f28a68 clean up code formatting in some docs
fix warnings while building docs
2016-06-26 13:03:29 -07:00
José Carlos García 567fff9d0d Change to Pallets project
* Update CHANGES

* Update CONTRIBUTING.rst

* Update setup.py

* Update tox.ini

* Update extensions.rst

* Update security.rst

* Update installation.rst

* Update testing.rst

* Update upgrading.rst

* Update sidebarintro.html

* Update jquery.rst

* Update dbcon.rst

* Update index.rst
2016-04-03 23:11:38 +02:00
gunbei 55e37d4f09 update get-pip.py location 2016-03-23 11:27:05 +01:00
whiteUnicorn bc9619beba Replace ';' to ','
I think it is awkward. Though semicolon can be used as a kind of supercomma, this sentence is not that kine of thing. Replacing it with comma would be more better. isn't it?
2016-03-15 00:02:29 +09:00
Wang Haowei 47b5c09ba6 fix typo 2014-12-25 11:52:11 +08:00
defuz 7e157ee589 docs: ``http://...`` 2014-11-05 11:42:40 +03:00
defuz 5562acfdfc docs: fix warnings 2014-11-05 08:04:06 +03:00
defuz 02694d609f docs: :command:`pip`, :option:`--debug` 2014-11-05 07:03:55 +03:00
defuz a8f570cc62 docs: :file:`app.py`, :file:`yourapp/templates` 2014-11-05 06:45:22 +03:00
Markus Unterwaditzer 7db5232572 Don't mention Flask dev releases anymore
Fix #1155
2014-08-28 16:12:00 +02:00
Nico Revin 22219f51e5 Update doclinks
Fix redirects and broken links
2014-07-24 23:30:50 +04:00
lord63 c44a6111bc Update installation.rst 2014-06-16 18:59:33 +08:00
lord63 a8fd417b31 Update installation.rst
Add descriptions about how leave from the virtual environment.
2014-06-16 18:39:16 +08:00
Daniel Neuhäuser 20edb3189c Fix Pocoo documentation links 2014-04-26 01:20:12 +02:00
Matt Iversen a8e88bebd1 Update windows installation and other notes
Making allowance for new convenience of `get-pip.py` that automatically installs setuptools and pip together.

Stop recommending distribute, which has now been merged into setuptools.
2014-02-11 07:24:31 +11:00
Armin Ronacher 0ac9582113 Added notes on Python 3 2013-06-09 12:42:24 +01:00
Thomas Waldmann 40fad2ece8 document python 2.6 minimum requirement, remove all stuff that refers to 2.5 2013-05-18 17:06:25 +02:00
Baiju Muthukadan 7a3d74f19f WSGI specification has finalized for Python 3
Mention Python 3.x is not supported
2013-01-04 14:40:08 +05:30