aboutsummaryrefslogtreecommitdiffstats
path: root/docs/emitters.rst
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-01-30 11:02:14 +0000
committertom christie tom@tomchristie.com2011-01-30 11:02:14 +0000
commitf6e534321a0bbb683aeeb3120c528a8ad9a33647 (patch)
tree02d2132646130891bdf5256070483d1e4691d917 /docs/emitters.rst
parent250ab0f609f32cd3e004e1f2711f9c2e4fd9b57c (diff)
downloaddjango-rest-framework-f6e534321a0bbb683aeeb3120c528a8ad9a33647.tar.bz2
Move library docs into seperate folder
Diffstat (limited to 'docs/emitters.rst')
-rw-r--r--docs/emitters.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/emitters.rst b/docs/emitters.rst
deleted file mode 100644
index 590ace0f..00000000
--- a/docs/emitters.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-:mod:`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: