Minor changes

This commit is contained in:
Emmanouil Konstantinidis 2015-12-21 13:45:11 +00:00
parent 1aedaafba4
commit a83cb1d2f3

View File

@ -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]