django-rest-framework/docs/index.rst

56 lines
995 B
ReStructuredText
Raw Normal View History

2011-01-17 20:34:58 +03:00
FlyWheel Documentation
======================
This is the online documentation for FlyWheel - A REST framework for Django.
2011-01-24 21:59:23 +03:00
Some of FlyWheel's features:
* Clean, simple, class-based views for Resources.
2011-01-24 21:59:23 +03:00
* Support for ModelResources with nice default implementations and input validation.
* Automatically provides a browse-able self-documenting API.
* Pluggable Emitters, Parsers and Authenticators - Easy to customise.
* Content type negotiation using Accept headers.
* Optional support for forms as input validation.
* Modular architecture - Easy to extend and modify.
Installation & Setup
--------------------
blah di blah
Getting Started
---------------
Blah di blah
Examples
--------
Blah blah blah, examples here.
Add a toctree for examples
Library Reference
-----------------
.. toctree::
:maxdepth: 2
resource
modelresource
emitters
2011-01-26 11:58:09 +03:00
parsers
authenticators
response
2011-01-17 20:34:58 +03:00
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`