aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/documenting-your-api.md
diff options
context:
space:
mode:
authorTom Christie2013-07-04 08:02:08 +0100
committerTom Christie2013-07-04 08:02:08 +0100
commit0950d3e0effa2e4c9c8a4f9efdf416541e9a9209 (patch)
treeec9088cec9e26ab63f05bd4c41a693f3d5cd5106 /docs/topics/documenting-your-api.md
parent7c0019854bd0ed18f4b189f14232f7406977d897 (diff)
downloaddjango-rest-framework-0950d3e0effa2e4c9c8a4f9efdf416541e9a9209.tar.bz2
Tweak docs
Diffstat (limited to 'docs/topics/documenting-your-api.md')
-rw-r--r--docs/topics/documenting-your-api.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/documenting-your-api.md b/docs/topics/documenting-your-api.md
index ae3c66fb..7ee538f5 100644
--- a/docs/topics/documenting-your-api.md
+++ b/docs/topics/documenting-your-api.md
@@ -14,10 +14,12 @@ The most common way to document Web APIs today is to produce documentation that
#### Django REST Swagger
-Marc Gibbon's [Django REST Swagger][django-rest-swagger] integrates REST framework with the [Swagger][swagger] API documentation tool. The package produces well presented API documentation, and includes interactive tools for testing API endpoints.
+Marc Gibbons' [Django REST Swagger][django-rest-swagger] integrates REST framework with the [Swagger][swagger] API documentation tool. The package produces well presented API documentation, and includes interactive tools for testing API endpoints.
The pacakge is fully documented, well supported, and comes highly recommended.
+Django REST Swagger supports REST framework versions 2.3 and above.
+
![Screenshot - Django REST Swagger][image-django-rest-swagger]
---