Started working on documentation.
So far just the stable parts :)
This commit is contained in:
parent
b15ad39427
commit
4ec7d2a0d8
9 changed files with 641 additions and 9 deletions
15
docs/api.rst
Normal file
15
docs/api.rst
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
API
|
||||
===
|
||||
|
||||
.. module:: flask
|
||||
|
||||
This part of the documentation covers all the interfaces of Flask. For
|
||||
parts where Flask depends on external libraries, we document the most
|
||||
important right here and provide links to the canonical documentation.
|
||||
|
||||
|
||||
General Structure
|
||||
-----------------
|
||||
|
||||
.. autoclass:: Flask
|
||||
:members:
|
||||
Loading…
Add table
Add a link
Reference in a new issue