flask/docs/tutorial
Kyle Lawlor e6f9d2b414 Clean up tutorial docs for installable app pattern with flaskr (#2002)
* Clean up tutorial docs for installable app pattern

- reading sequentially through the tutorial works.
- fixes references to `export FLASK_APP=flaskr.flaskr`

* Fixes titles for each section of flaskr tutorial

* Revert grammar

* Emphasize the Packaging Guide

- adds more general packaging resource
- removes the emphasis put on setuptools

* rephrase and remove note admonitions

- expanded on few points
- removed note blocks, they are unneccessary

* Remove note about reinstalling to update cli

- I had mistakenly thought it was necessary to
  re-install the app to update the cli.
- the `--editable` flag detects the change and
  the cli updates without issue.
2016-09-08 15:19:48 +02:00
..
css.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
dbcon.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
dbinit.rst Address #1902: Converts example/flaskr to have a setup.py (#1945) 2016-07-05 17:30:59 -07:00
folders.rst Address #1902: Converts example/flaskr to have a setup.py (#1945) 2016-07-05 17:30:59 -07:00
index.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
introduction.rst Address #1902: Converts example/flaskr to have a setup.py (#1945) 2016-07-05 17:30:59 -07:00
packaging.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
schema.rst Address #1902: Converts example/flaskr to have a setup.py (#1945) 2016-07-05 17:30:59 -07:00
setup.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
templates.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
testing.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00
views.rst Clean up tutorial docs for installable app pattern with flaskr (#2002) 2016-09-08 15:19:48 +02:00