From a83cb1d2f3fd54e527b107918fa0b595706cffc0 Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Mon, 21 Dec 2015 13:45:11 +0000 Subject: [PATCH] Minor changes --- docs/topics/documenting-your-api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/topics/documenting-your-api.md b/docs/topics/documenting-your-api.md index 8511c8a32..cfb5560dc 100644 --- a/docs/topics/documenting-your-api.md +++ b/docs/topics/documenting-your-api.md @@ -14,9 +14,9 @@ The most common way to document Web APIs today is to produce documentation that #### DRF Docs -[DRF Docs][drfdocs-repo] allows you to Document Web APIs made with Django Rest Framework. It's made to work out of the box and its setup should not take more than a couple of minutes. Complete documentation can be found on the [website][drfdocs-website] while there is also an available [demo][drfdocs-demo] for people to see what it looks like. +[DRF Docs][drfdocs-repo] allows you to document Web APIs made with Django Rest Framework and it is authored by Emmanouil Konstantinidis. It's made to work out of the box and its setup should not take more than a couple of minutes. Complete documentation can be found on the [website][drfdocs-website] while there is also a [demo][drfdocs-demo] available for people to see what it looks like. -Features include customizing the template with your branding and settings for hiding the docs depending on the environment. +Features include customizing the template with your branding, settings for hiding the docs depending on the environment and more. ![Screenshot - DRF docs][image-drf-docs] @@ -28,7 +28,7 @@ Marc Gibbons' [Django REST Swagger][django-rest-swagger] integrates REST framewo 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 is which offers clean, simple autogenerated documentation for your API but is depracated and has moved to Django REST Swagger. +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. ![Screenshot - Django REST Swagger][image-django-rest-swagger]