aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/renderers.md
diff options
context:
space:
mode:
authorTom Christie2013-05-21 17:45:25 +0100
committerTom Christie2013-05-21 17:45:25 +0100
commit0e80a535fb617ffb64f948f53cc1831249487f1a (patch)
tree6846e06e7315b0f0b574bce1297e5c9d06434663 /docs/api-guide/renderers.md
parent6434a5f4a8717c3addbd2e16825826c1ff0f844b (diff)
downloaddjango-rest-framework-0e80a535fb617ffb64f948f53cc1831249487f1a.tar.bz2
Tweak nav style slightly
Diffstat (limited to 'docs/api-guide/renderers.md')
-rw-r--r--docs/api-guide/renderers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api-guide/renderers.md b/docs/api-guide/renderers.md
index 63641d23..a5eba9fc 100644
--- a/docs/api-guide/renderers.md
+++ b/docs/api-guide/renderers.md
@@ -339,11 +339,11 @@ Templates will render with a `RequestContext` which includes the `status_code` a
The following third party packages are also available.
-### MessagePack
+## MessagePack
[MessagePack][messagepack] is a fast, efficient binary serialization format. [Juan Riaza][juanriaza] maintains the [djangorestframework-msgpack][djangorestframework-msgpack] package which provides MessagePack renderer and parser support for REST framework.
-### CSV
+## CSV
Comma-separated values are a plain-text tabular data format, that can be easily imported into spreadsheet applications. [Mjumbe Poe][mjumbewu] maintains the [djangorestframework-csv][djangorestframework-csv] package which provides CSV renderer support for REST framework.