django-rest-framework/docs/index.rst
tom christie tom@tomchristie.com 6807cf014c Added pygments_api example
2011-01-26 08:58:09 +00:00

34 lines
773 B
ReStructuredText

FlyWheel Documentation
======================
This is the online documentation for FlyWheel - A REST framework for Django.
Some of FlyWheel's features:
* Clean, simple, class-based views for Resources.
* 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.
.. toctree::
:maxdepth: 1
resource
modelresource
emitters
parsers
authenticators
response
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`