diff options
| author | tom christie tom@tomchristie.com | 2011-01-27 22:00:34 +0000 | 
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-01-27 22:00:34 +0000 | 
| commit | 110bf85aeb9dfe638aae5cef221e4b37bbb6de0d (patch) | |
| tree | 6cd61e2b48bd76a70b67a011e109e6514f67ff54 /docs/emitters.rst | |
| parent | 0bc9d3ae0d25844b4f5c924d869813ae51249b33 (diff) | |
| download | django-rest-framework-110bf85aeb9dfe638aae5cef221e4b37bbb6de0d.tar.bz2 | |
./flywheel/emitters.py
Diffstat (limited to 'docs/emitters.rst')
| -rw-r--r-- | docs/emitters.rst | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/emitters.rst b/docs/emitters.rst index fc96e71f..fcea6151 100644 --- a/docs/emitters.rst +++ b/docs/emitters.rst @@ -1,5 +1,9 @@ -Emitters -======== +:mod:`emitters` +=============== + +.. module:: emitters + +The emitters module provides a set of emitters that can be plugged in to a :class:`.Resource`.  An emitter is responsible for taking the output of a and serializing it to a given media type.  A :class:`.Resource` can have a number of emitters, allow the same content to be serialized in a number of different formats depending on the requesting client's preferences, as specified in the HTTP Request's Accept header.  .. automodule:: emitters     :members:  | 
