From 54f7d3fd5a4ee1c84b121c886b7bc04c5a3f4085 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 14 Nov 2019 19:43:32 +0100 Subject: [PATCH] Removes Django REST Swagger --- docs/topics/documenting-your-api.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/topics/documenting-your-api.md b/docs/topics/documenting-your-api.md index b4c7dea4d..d7998dea0 100644 --- a/docs/topics/documenting-your-api.md +++ b/docs/topics/documenting-your-api.md @@ -140,20 +140,6 @@ This also translates into a very useful interactive documentation viewer in the --- -#### Django REST Swagger - -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. - -Django REST Swagger supports REST framework versions 2.3 and above. - -Mark is also the author of the [REST Framework Docs][rest-framework-docs] package which offers clean, simple autogenerated documentation for your API but is deprecated and has moved to Django REST Swagger. - -This package is fully documented, well supported, and comes highly recommended. - -![Screenshot - Django REST Swagger][image-django-rest-swagger] - ---- - ### DRF AutoDocs Oleksander Mashianovs' [DRF Auto Docs][drfautodocs-repo] automated api renderer.