File: contents.rst.inc

package info (click to toggle)
flask-restful 0.3.9-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 968 kB
  • sloc: python: 3,922; makefile: 278; pascal: 26; sh: 20
file content (39 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
User's Guide
------------

This part of the documentation will show you how to get started in using
Flask-RESTful with Flask.

.. toctree::
   :maxdepth: 2

   installation
   quickstart
   reqparse 
   fields
   extending
   intermediate-usage

API Reference
-------------

If you are looking for information on a specific function, class or
method, this part of the documentation is for you.

.. toctree::
   :maxdepth: 2

   api

Additional Notes
----------------

See Flask's license_ for legal information governing this project.

.. toctree::
   :maxdepth: 2

   testing

.. _license: http://flask.pocoo.org/docs/license/