forked from orbit-oss/flask
refactor or remove old docs (#4748)
This commit is contained in:
parent
45b2c99c1f
commit
a0458efef6
10 changed files with 43 additions and 681 deletions
|
|
@ -29,15 +29,14 @@ toolkit. The documentation for these libraries can be found at:
|
|||
User's Guide
|
||||
------------
|
||||
|
||||
This part of the documentation, which is mostly prose, begins with some
|
||||
background information about Flask, then focuses on step-by-step
|
||||
instructions for web development with Flask.
|
||||
Flask provides configuration and conventions, with sensible defaults, to get started.
|
||||
This section of the documentation explains the different parts of the Flask framework
|
||||
and how they can be used, customized, and extended. Beyond Flask itself, look for
|
||||
community-maintained extensions to add even more functionality.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
foreword
|
||||
advanced_foreword
|
||||
installation
|
||||
quickstart
|
||||
tutorial/index
|
||||
|
|
@ -57,6 +56,7 @@ instructions for web development with Flask.
|
|||
server
|
||||
shell
|
||||
patterns/index
|
||||
security
|
||||
deploying/index
|
||||
async-await
|
||||
|
||||
|
|
@ -76,14 +76,10 @@ method, this part of the documentation is for you.
|
|||
Additional Notes
|
||||
----------------
|
||||
|
||||
Design notes, legal information and changelog are here for the interested.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
design
|
||||
htmlfaq
|
||||
security
|
||||
extensiondev
|
||||
contributing
|
||||
license
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue