Removes Django REST Swagger

This commit is contained in:
James 2019-11-14 19:43:32 +01:00 committed by GitHub
parent 8988afa082
commit 54f7d3fd5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ### DRF AutoDocs
Oleksander Mashianovs' [DRF Auto Docs][drfautodocs-repo] automated api renderer. Oleksander Mashianovs' [DRF Auto Docs][drfautodocs-repo] automated api renderer.